Html Css Color HEX #9EC066 Olivine

📋 copy color: '#9EC066'

red 158 ◦ green 192 ◦ blue 102

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

Shades of Olivine #9EC066

Tints of Olivine #9EC066

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.48%

 BLUE value IS 102 (40.23% from 255) = 22.57%

R = 34.96%
G = 42.48%
B = 22.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#9EC066 (or 0x9EC066) is known color: Olivine. HEX triplet: 9E, C0 and 66. RGB value is (158,192,102). Sum of RGB (Red+Green+Blue) = 158+192+102=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC066 is #613F99. Grayscale: #ABABAB. Windows color (decimal): -6373274 or 6733982. OLE color: 6733982.

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

Color convert

RGB 158 192 102 -
CMYK 0.18 0 0.47 0.25
HSL 82.67º 0.42% 0.58% -
HSV(B) 82.67º 0.47% 0.75% -
XYZ 35.35 45.93 19.57 -
YUV 171.57 88.74 118.32 -
System Red Green Blue C M Y K H S L
Decimal 158 192 102 0.18 0 0.47 0.25 82.67 0.42 0.58
Hex 9E C0 66 12 0 2F 19 53 2A 3A
Octal 236 300 146 22 0 57 31 123 52 72
Binary 10011110 11000000 1100110 10010 0 101111 11001 1010011 101010 111010

Color Harmonies of #9EC066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC066

Black with #9EC066

Text Example


Text Example

White with #9EC066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,192,102); }

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

background-color css

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

 a { background-color: rgb(158,192,102); }

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

border-color css

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

 span { border-color: rgb(158,192,102); }

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