Html Css Color HEX #9DD06C Olivine

📋 copy color: '#9DD06C'

red 157 ◦ green 208 ◦ blue 108

#9DD06C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #9DD06C

Tints of Olivine #9DD06C

RGB

 RED value IS 157 (61.72% from 255) = 33.19%

 GREEN value IS 208 (81.64% from 255) = 43.97%

 BLUE value IS 108 (42.58% from 255) = 22.83%

R = 33.19%
G = 43.97%
B = 22.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9DD06C (or 0x9DD06C) is known color: Olivine. HEX triplet: 9D, D0 and 6C. RGB value is (157,208,108). Sum of RGB (Red+Green+Blue) = 157+208+108=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD06C is #622F93. Grayscale: #B5B5B5. Windows color (decimal): -6434708 or 7131293. OLE color: 7131293.

HSL color Cylindrical-coordinate representation of color #9DD06C: hue angle of 90.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9DD06C is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 157 208 108 -
CMYK 0.25 0 0.48 0.18
HSL 90.6º 0.52% 0.62% -
HSV(B) 90.6º 0.48% 0.82% -
XYZ 39.17 53.36 22.42 -
YUV 181.35 86.6 110.63 -
System Red Green Blue C M Y K H S L
Decimal 157 208 108 0.25 0 0.48 0.18 90.6 0.52 0.62
Hex 9D D0 6C 19 0 30 12 5B 34 3E
Octal 235 320 154 31 0 60 22 133 64 76
Binary 10011101 11010000 1101100 11001 0 110000 10010 1011011 110100 111110

Color Harmonies of #9DD06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD06C

Black with #9DD06C

Text Example


Text Example

White with #9DD06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DD06C; }

 p { color: rgb(157,208,108); }

 H1.HeaderClassName
 {
   color: #9DD06C;
 }
 .AnyTagClassName
 {
   color: #9DD06C;
 }
</style>

background-color css

<style>
 a { background-color: #9DD06C; }

 a { background-color: rgb(157,208,108); }

 div.DivClassName
 {
   background-color: #9DD06C;
 }
 .BgClassName
 {
   background-color: #9DD06C;
 }
</style>

border-color css

<style>
 span { border-color: #9DD06C; }

 span { border-color: rgb(157,208,108); }

 td.TdClassName
 {
   border-color: #9DD06C;
 }
 .TagClassName
 {
   border-color: #9DD06C;
 }
</style>