#0F9F32

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

Shades of Dark Pastel Green #0F9F32

Tints of Dark Pastel Green #0F9F32

Color information

#0F9F32 (or 0x0F9F32) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, 9F and 32. RGB value is (15,159,50). Sum of RGB (Red+Green+Blue) = 15+159+50=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 159 (62.5% from 255 or 70.98% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 159 - color contains mainly: green. Hex color #0F9F32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9F32 is #F060CD. Grayscale: #676767. Windows color (decimal): -15753422 or 3317519. OLE color: 3317519.

HSL color Cylindrical-coordinate representation of color #0F9F32: hue angle of 134.58º 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 #0F9F32 is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB1515950-
CMYK0.9100.690.38
HSL134.58º82.76%34.12%-
HSV(B)134.58º90.57%62.35%-
XYZ13.1725.137.17-
YUV103.5297.7964.86-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.70%
GREEN value IS 159 (62.5% from 255) = 70.98%
BLUE value IS 50 (19.92% from 255) = 22.32%
R=6.70%
G=70.98%
B=22.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15159500.9100.690.38134.5882.7634.12
HexF9F325B04526875322
Octal172376213301054620712342
Binary111110011111110010101101101000101100110100001111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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