Html Css Color HEX #9FCE70 Olivine

📋 copy color: '#9FCE70'

red 159 ◦ green 206 ◦ blue 112

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

Shades of Olivine #9FCE70

Tints of Olivine #9FCE70

RGB

 RED value IS 159 (62.5% from 255) = 33.33%

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

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

R = 33.33%
G = 43.19%
B = 23.48%

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

#9FCE70 (or 0x9FCE70) is known color: Olivine. HEX triplet: 9F, CE and 70. RGB value is (159,206,112). Sum of RGB (Red+Green+Blue) = 159+206+112=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCE70 is #60318F. Grayscale: #B5B5B5. Windows color (decimal): -6304144 or 7392927. OLE color: 7392927.

HSL color Cylindrical-coordinate representation of color #9FCE70: hue angle of 90º 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 #9FCE70 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 206 112 -
CMYK 0.23 0 0.46 0.19
HSL 90º 0.49% 0.62% -
HSV(B) 90º 0.46% 0.81% -
XYZ 39.29 52.68 23.43 -
YUV 181.23 88.93 112.14 -
System Red Green Blue C M Y K H S L
Decimal 159 206 112 0.23 0 0.46 0.19 90 0.49 0.62
Hex 9F CE 70 17 0 2E 13 5A 31 3E
Octal 237 316 160 27 0 56 23 132 61 76
Binary 10011111 11001110 1110000 10111 0 101110 10011 1011010 110001 111110

Color Harmonies of #9FCE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCE70

Black with #9FCE70

Text Example


Text Example

White with #9FCE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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