Html Css Color HEX #9FC472 Olivine

📋 copy color: '#9FC472'

red 159 ◦ green 196 ◦ blue 114

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

Shades of Olivine #9FC472

Tints of Olivine #9FC472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.31%

R = 33.9%
G = 41.79%
B = 24.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#9FC472 (or 0x9FC472) is known color: Olivine. HEX triplet: 9F, C4 and 72. RGB value is (159,196,114). Sum of RGB (Red+Green+Blue) = 159+196+114=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 196 - color contains mainly: green. Hex color #9FC472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC472 is #603B8D. Grayscale: #AFAFAF. Windows color (decimal): -6306702 or 7521439. OLE color: 7521439.

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

Color convert

RGB 159 196 114 -
CMYK 0.19 0 0.42 0.23
HSL 87.07º 0.41% 0.61% -
HSV(B) 87.07º 0.42% 0.77% -
XYZ 37.08 48.07 23.24 -
YUV 175.59 93.24 116.17 -
System Red Green Blue C M Y K H S L
Decimal 159 196 114 0.19 0 0.42 0.23 87.07 0.41 0.61
Hex 9F C4 72 13 0 2A 17 57 29 3D
Octal 237 304 162 23 0 52 27 127 51 75
Binary 10011111 11000100 1110010 10011 0 101010 10111 1010111 101001 111101

Color Harmonies of #9FC472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC472

Black with #9FC472

Text Example


Text Example

White with #9FC472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,196,114); }

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

background-color css

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

 a { background-color: rgb(159,196,114); }

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

border-color css

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

 span { border-color: rgb(159,196,114); }

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