#0F964B

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

Shades of Pigment Green #0F964B

Tints of Pigment Green #0F964B

Color information

#0F964B (or 0x0F964B) is unknown color: approx Pigment Green. HEX triplet: 0F, 96 and 4B. RGB value is (15,150,75). Sum of RGB (Red+Green+Blue) = 15+150+75=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 150 (58.98% from 255 or 62.5% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 150 - color contains mainly: green. Hex color #0F964B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F964B is #F069B4. Grayscale: #656565. Windows color (decimal): -15755701 or 4953615. OLE color: 4953615.

HSL color Cylindrical-coordinate representation of color #0F964B: hue angle of 146.67º 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 #0F964B is Cyan = 0.9, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB1515075-
CMYK0.900.50.41
HSL146.67º81.82%32.35%-
HSV(B)146.67º90%58.82%-
XYZ12.3722.4210.33-
YUV101.08113.2766.6-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.25%
GREEN value IS 150 (58.98% from 255) = 62.5%
BLUE value IS 75 (29.69% from 255) = 31.25%
R=6.25%
G=62.5%
B=31.25%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15150750.900.50.41146.6781.8232.35
HexF964B5A03229935220
Octal172261131320625122312240
Binary111110010110100101110110100110010101001100100111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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