Html Css Color HEX #9EC264 Olivine

📋 copy color: '#9EC264'

red 158 ◦ green 194 ◦ blue 100

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

Shades of Olivine #9EC264

Tints of Olivine #9EC264

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.92%

 BLUE value IS 100 (39.45% from 255) = 22.12%

R = 34.96%
G = 42.92%
B = 22.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#9EC264 (or 0x9EC264) is known color: Olivine. HEX triplet: 9E, C2 and 64. RGB value is (158,194,100). Sum of RGB (Red+Green+Blue) = 158+194+100=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC264 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC264 is #613D9B. Grayscale: #ACACAC. Windows color (decimal): -6372764 or 6603422. OLE color: 6603422.

HSL color Cylindrical-coordinate representation of color #9EC264: hue angle of 82.98º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9EC264 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 158 194 100 -
CMYK 0.19 0 0.48 0.24
HSL 82.98º 0.44% 0.58% -
HSV(B) 82.98º 0.48% 0.76% -
XYZ 35.69 46.77 19.2 -
YUV 172.52 87.07 117.64 -
System Red Green Blue C M Y K H S L
Decimal 158 194 100 0.19 0 0.48 0.24 82.98 0.44 0.58
Hex 9E C2 64 13 0 30 18 53 2C 3A
Octal 236 302 144 23 0 60 30 123 54 72
Binary 10011110 11000010 1100100 10011 0 110000 11000 1010011 101100 111010

Color Harmonies of #9EC264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC264

Black with #9EC264

Text Example


Text Example

White with #9EC264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,194,100); }

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

background-color css

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

 a { background-color: rgb(158,194,100); }

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

border-color css

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

 span { border-color: rgb(158,194,100); }

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