Html Css Color HEX #9ECE70 Olivine

📋 copy color: '#9ECE70'

red 158 ◦ green 206 ◦ blue 112

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

Shades of Olivine #9ECE70

Tints of Olivine #9ECE70

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.28%

 BLUE value IS 112 (44.14% from 255) = 23.53%

R = 33.19%
G = 43.28%
B = 23.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#9ECE70 (or 0x9ECE70) is known color: Olivine. HEX triplet: 9E, CE and 70. RGB value is (158,206,112). Sum of RGB (Red+Green+Blue) = 158+206+112=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECE70 is #61318F. Grayscale: #B5B5B5. Windows color (decimal): -6369680 or 7392926. OLE color: 7392926.

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

Color convert

RGB 158 206 112 -
CMYK 0.23 0 0.46 0.19
HSL 90.64º 0.49% 0.62% -
HSV(B) 90.64º 0.46% 0.81% -
XYZ 39.1 52.58 23.42 -
YUV 180.93 89.1 111.64 -
System Red Green Blue C M Y K H S L
Decimal 158 206 112 0.23 0 0.46 0.19 90.64 0.49 0.62
Hex 9E CE 70 17 0 2E 13 5B 31 3E
Octal 236 316 160 27 0 56 23 133 61 76
Binary 10011110 11001110 1110000 10111 0 101110 10011 1011011 110001 111110

Color Harmonies of #9ECE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECE70

Black with #9ECE70

Text Example


Text Example

White with #9ECE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,206,112); }

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

background-color css

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

 a { background-color: rgb(158,206,112); }

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

border-color css

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

 span { border-color: rgb(158,206,112); }

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