#9FC572

Color #9FC572 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9FC572

Tints of Olivine #9FC572

Color information

#9FC572 (or 0x9FC572) is unknown color: approx Olivine. HEX triplet: 9F, C5 and 72. RGB value is (159,197,114). Sum of RGB (Red+Green+Blue) = 159+197+114=470 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.83% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC572 is #603A8D. Grayscale: #B0B0B0. Windows color (decimal): -6306446 or 7521695. OLE color: 7521695.

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

Color convert

RGB159197114-
CMYK0.1900.420.23
HSL87.47º41.71%60.98%-
HSV(B)87.47º42.13%77.25%-
XYZ37.348.5223.32-
YUV176.1892.91115.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.83%
GREEN value IS 197 (77.34% from 255) = 41.91%
BLUE value IS 114 (44.92% from 255) = 24.26%
R=33.83%
G=41.91%
B=24.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1591971140.1900.420.2387.4741.7160.98
Hex9FC5721302A17572a3d
Octal23730516223052271275275
Binary10011111110001011110010100110101010101111010111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FC572;
 }
 .AnyTagClassName
 {
   color: #9FC572;
 }
</style>
background-color css

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

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

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

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

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

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