Html Css Color HEX #9DD06D Olivine

📋 copy color: '#9DD06D'

red 157 ◦ green 208 ◦ blue 109

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

Shades of Olivine #9DD06D

Tints of Olivine #9DD06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23%

R = 33.12%
G = 43.88%
B = 23%

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

#9DD06D (or 0x9DD06D) is known color: Olivine. HEX triplet: 9D, D0 and 6D. RGB value is (157,208,109). Sum of RGB (Red+Green+Blue) = 157+208+109=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD06D is #622F92. Grayscale: #B5B5B5. Windows color (decimal): -6434707 or 7196829. OLE color: 7196829.

HSL color Cylindrical-coordinate representation of color #9DD06D: hue angle of 90.91º degrees, saturation: 0.51, 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 #9DD06D is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 157 208 109 -
CMYK 0.25 0 0.48 0.18
HSL 90.91º 0.51% 0.62% -
HSV(B) 90.91º 0.48% 0.82% -
XYZ 39.22 53.38 22.7 -
YUV 181.47 87.1 110.55 -
System Red Green Blue C M Y K H S L
Decimal 157 208 109 0.25 0 0.48 0.18 90.91 0.51 0.62
Hex 9D D0 6D 19 0 30 12 5B 33 3E
Octal 235 320 155 31 0 60 22 133 63 76
Binary 10011101 11010000 1101101 11001 0 110000 10010 1011011 110011 111110

Color Harmonies of #9DD06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD06D

Black with #9DD06D

Text Example


Text Example

White with #9DD06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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