#0F964C

Color #0F964C Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #0F964C

Tints of Pigment Green #0F964C

Color information

#0F964C (or 0x0F964C) is unknown color: approx Pigment Green. HEX triplet: 0F, 96 and 4C. RGB value is (15,150,76). Sum of RGB (Red+Green+Blue) = 15+150+76=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 150 (58.98% from 255 or 62.24% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 150 - color contains mainly: green. Hex color #0F964C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F964C is #F069B3. Grayscale: #656565. Windows color (decimal): -15755700 or 5019151. OLE color: 5019151.

HSL color Cylindrical-coordinate representation of color #0F964C: hue angle of 147.11º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F964C is Cyan = 0.9, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB1515076-
CMYK0.900.490.41
HSL147.11º81.82%32.35%-
HSV(B)147.11º90%58.82%-
XYZ12.4122.4410.51-
YUV101.2113.7766.52-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.22%
GREEN value IS 150 (58.98% from 255) = 62.24%
BLUE value IS 76 (30.08% from 255) = 31.54%
R=6.22%
G=62.24%
B=31.54%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15150760.900.490.41147.1181.8232.35
HexF964C5A03129935220
Octal172261141320615122312240
Binary111110010110100110010110100110001101001100100111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F964C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F964C; }

 p { color: rgb(15,150,76); }

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

<style>
 a { background-color: #0F964C; }

 a { background-color: rgb(15,150,76); }

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

<style>
 span { border-color: #0F964C; }

 span { border-color: rgb(15,150,76); }

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