Html Css Color HEX #9DD06E Olivine

📋 copy color: '#9DD06E'

red 157 ◦ green 208 ◦ blue 110

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

Shades of Olivine #9DD06E

Tints of Olivine #9DD06E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.16%

R = 33.05%
G = 43.79%
B = 23.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#9DD06E (or 0x9DD06E) is known color: Olivine. HEX triplet: 9D, D0 and 6E. RGB value is (157,208,110). Sum of RGB (Red+Green+Blue) = 157+208+110=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD06E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD06E is #622F91. Grayscale: #B5B5B5. Windows color (decimal): -6434706 or 7262365. OLE color: 7262365.

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

Color convert

RGB 157 208 110 -
CMYK 0.25 0 0.47 0.18
HSL 91.22º 0.51% 0.62% -
HSV(B) 91.22º 0.47% 0.82% -
XYZ 39.27 53.41 22.99 -
YUV 181.58 87.6 110.47 -
System Red Green Blue C M Y K H S L
Decimal 157 208 110 0.25 0 0.47 0.18 91.22 0.51 0.62
Hex 9D D0 6E 19 0 2F 12 5B 33 3E
Octal 235 320 156 31 0 57 22 133 63 76
Binary 10011101 11010000 1101110 11001 0 101111 10010 1011011 110011 111110

Color Harmonies of #9DD06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD06E

Black with #9DD06E

Text Example


Text Example

White with #9DD06E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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