Html Css Color HEX #9EC460 Olivine

📋 copy color: '#9EC460'

red 158 ◦ green 196 ◦ blue 96

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

Shades of Olivine #9EC460

Tints of Olivine #9EC460

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.56%

 BLUE value IS 96 (37.89% from 255) = 21.33%

R = 35.11%
G = 43.56%
B = 21.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#9EC460 (or 0x9EC460) is known color: Olivine. HEX triplet: 9E, C4 and 60. RGB value is (158,196,96). Sum of RGB (Red+Green+Blue) = 158+196+96=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC460 is #613B9F. Grayscale: #ADADAD. Windows color (decimal): -6372256 or 6341790. OLE color: 6341790.

HSL color Cylindrical-coordinate representation of color #9EC460: hue angle of 82.8º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9EC460 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 158 196 96 -
CMYK 0.19 0 0.51 0.23
HSL 82.8º 0.46% 0.57% -
HSV(B) 82.8º 0.51% 0.77% -
XYZ 35.95 47.59 18.36 -
YUV 173.24 84.41 117.13 -
System Red Green Blue C M Y K H S L
Decimal 158 196 96 0.19 0 0.51 0.23 82.8 0.46 0.57
Hex 9E C4 60 13 0 33 17 53 2E 39
Octal 236 304 140 23 0 63 27 123 56 71
Binary 10011110 11000100 1100000 10011 0 110011 10111 1010011 101110 111001

Color Harmonies of #9EC460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC460

Black with #9EC460

Text Example


Text Example

White with #9EC460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,196,96); }

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

background-color css

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

 a { background-color: rgb(158,196,96); }

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

border-color css

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

 span { border-color: rgb(158,196,96); }

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