Html Css Color HEX #9ED16A Olivine

📋 copy color: '#9ED16A'

red 158 ◦ green 209 ◦ blue 106

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

Shades of Olivine #9ED16A

Tints of Olivine #9ED16A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.19%

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

R = 33.4%
G = 44.19%
B = 22.41%

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

#9ED16A (or 0x9ED16A) is known color: Olivine. HEX triplet: 9E, D1 and 6A. RGB value is (158,209,106). Sum of RGB (Red+Green+Blue) = 158+209+106=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED16A is #612E95. Grayscale: #B6B6B6. Windows color (decimal): -6368918 or 7000478. OLE color: 7000478.

HSL color Cylindrical-coordinate representation of color #9ED16A: hue angle of 89.71º degrees, saturation: 0.53, 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 #9ED16A is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 158 209 106 -
CMYK 0.24 0 0.49 0.18
HSL 89.71º 0.53% 0.62% -
HSV(B) 89.71º 0.49% 0.82% -
XYZ 39.5 53.91 21.96 -
YUV 182.01 85.1 110.88 -
System Red Green Blue C M Y K H S L
Decimal 158 209 106 0.24 0 0.49 0.18 89.71 0.53 0.62
Hex 9E D1 6A 18 0 31 12 5A 35 3E
Octal 236 321 152 30 0 61 22 132 65 76
Binary 10011110 11010001 1101010 11000 0 110001 10010 1011010 110101 111110

Color Harmonies of #9ED16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED16A

Black with #9ED16A

Text Example


Text Example

White with #9ED16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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