Html Css Color HEX #9EC062 Olivine

📋 copy color: '#9EC062'

red 158 ◦ green 192 ◦ blue 98

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

Shades of Olivine #9EC062

Tints of Olivine #9EC062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.88%

R = 35.27%
G = 42.86%
B = 21.88%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#9EC062 (or 0x9EC062) is known color: Olivine. HEX triplet: 9E, C0 and 62. RGB value is (158,192,98). Sum of RGB (Red+Green+Blue) = 158+192+98=448 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.27% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC062 is #613F9D. Grayscale: #ABABAB. Windows color (decimal): -6373278 or 6471838. OLE color: 6471838.

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

Color convert

RGB 158 192 98 -
CMYK 0.18 0 0.49 0.25
HSL 81.7º 0.43% 0.57% -
HSV(B) 81.7º 0.49% 0.75% -
XYZ 35.15 45.85 18.55 -
YUV 171.12 86.74 118.64 -
System Red Green Blue C M Y K H S L
Decimal 158 192 98 0.18 0 0.49 0.25 81.7 0.43 0.57
Hex 9E C0 62 12 0 31 19 52 2B 39
Octal 236 300 142 22 0 61 31 122 53 71
Binary 10011110 11000000 1100010 10010 0 110001 11001 1010010 101011 111001

Color Harmonies of #9EC062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC062

Black with #9EC062

Text Example


Text Example

White with #9EC062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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