#0F9F42

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

Shades of Pigment Green #0F9F42

Tints of Pigment Green #0F9F42

Color information

#0F9F42 (or 0x0F9F42) is unknown color: approx Pigment Green. HEX triplet: 0F, 9F and 42. RGB value is (15,159,66). Sum of RGB (Red+Green+Blue) = 15+159+66=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 159 (62.5% from 255 or 66.25% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 159 - color contains mainly: green. Hex color #0F9F42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9F42 is #F060BD. Grayscale: #696969. Windows color (decimal): -15753406 or 4366095. OLE color: 4366095.

HSL color Cylindrical-coordinate representation of color #0F9F42: hue angle of 141.25º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F9F42 is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB1515966-
CMYK0.9100.580.38
HSL141.25º82.76%34.12%-
HSV(B)141.25º90.57%62.35%-
XYZ13.5825.299.32-
YUV105.34105.7963.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.25%
GREEN value IS 159 (62.5% from 255) = 66.25%
BLUE value IS 66 (26.17% from 255) = 27.5%
R=6.25%
G=66.25%
B=27.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15159660.9100.580.38141.2582.7634.12
HexF9F425B03A268d5322
Octal172371021330724621512342
Binary111110011111100001010110110111010100110100011011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,159,66); }

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

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

 a { background-color: rgb(15,159,66); }

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

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

 span { border-color: rgb(15,159,66); }

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