Html Css Color HEX #9ED06A Olivine

📋 copy color: '#9ED06A'

red 158 ◦ green 208 ◦ blue 106

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

Shades of Olivine #9ED06A

Tints of Olivine #9ED06A

RGB

 RED value IS 158 (62.11% from 255) = 33.47%

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

 BLUE value IS 106 (41.8% from 255) = 22.46%

R = 33.47%
G = 44.07%
B = 22.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#9ED06A (or 0x9ED06A) is known color: Olivine. HEX triplet: 9E, D0 and 6A. RGB value is (158,208,106). Sum of RGB (Red+Green+Blue) = 158+208+106=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED06A is #612F95. Grayscale: #B5B5B5. Windows color (decimal): -6369174 or 7000222. OLE color: 7000222.

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

Color convert

RGB 158 208 106 -
CMYK 0.24 0 0.49 0.18
HSL 89.41º 0.52% 0.62% -
HSV(B) 89.41º 0.49% 0.82% -
XYZ 39.26 53.42 21.88 -
YUV 181.42 85.44 111.29 -
System Red Green Blue C M Y K H S L
Decimal 158 208 106 0.24 0 0.49 0.18 89.41 0.52 0.62
Hex 9E D0 6A 18 0 31 12 59 34 3E
Octal 236 320 152 30 0 61 22 131 64 76
Binary 10011110 11010000 1101010 11000 0 110001 10010 1011001 110100 111110

Color Harmonies of #9ED06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED06A

Black with #9ED06A

Text Example


Text Example

White with #9ED06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,208,106); }

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

background-color css

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

 a { background-color: rgb(158,208,106); }

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

border-color css

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

 span { border-color: rgb(158,208,106); }

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