#0F9D48

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

Shades of Pigment Green #0F9D48

Tints of Pigment Green #0F9D48

Color information

#0F9D48 (or 0x0F9D48) is unknown color: approx Pigment Green. HEX triplet: 0F, 9D and 48. RGB value is (15,157,72). Sum of RGB (Red+Green+Blue) = 15+157+72=244 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.15% from 244); Green value is 157 (61.72% from 255 or 64.34% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 157 - color contains mainly: green. Hex color #0F9D48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9D48 is #F062B7. Grayscale: #696969. Windows color (decimal): -15753912 or 4758799. OLE color: 4758799.

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

Color convert

RGB1515772-
CMYK0.9000.540.38
HSL144.08º82.56%33.73%-
HSV(B)144.08º90.45%61.57%-
XYZ13.4224.6810.19-
YUV104.85109.4663.91-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.15%
GREEN value IS 157 (61.72% from 255) = 64.34%
BLUE value IS 72 (28.52% from 255) = 29.51%
R=6.15%
G=64.34%
B=29.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15157720.9000.540.38144.0882.5633.73
HexF9D485A03626905322
Octal172351101320664622012342
Binary111110011101100100010110100110110100110100100001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,157,72); }

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

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

 a { background-color: rgb(15,157,72); }

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

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

 span { border-color: rgb(15,157,72); }

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