#0FA032

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

Shades of Dark Pastel Green #0FA032

Tints of Dark Pastel Green #0FA032

Color information

#0FA032 (or 0x0FA032) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, A0 and 32. RGB value is (15,160,50). Sum of RGB (Red+Green+Blue) = 15+160+50=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 160 (62.89% from 255 or 71.11% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 160 - color contains mainly: green. Hex color #0FA032 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA032 is #F05FCD. Grayscale: #686868. Windows color (decimal): -15753166 or 3317775. OLE color: 3317775.

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

Color convert

RGB1516050-
CMYK0.9100.690.37
HSL134.48º82.86%34.31%-
HSV(B)134.48º90.62%62.75%-
XYZ13.3425.477.23-
YUV104.197.4664.44-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.67%
GREEN value IS 160 (62.89% from 255) = 71.11%
BLUE value IS 50 (19.92% from 255) = 22.22%
R=6.67%
G=71.11%
B=22.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal15160500.9100.690.37134.4882.8634.31
HexFA0325B04525865322
Octal172406213301054520612342
Binary111110100000110010101101101000101100101100001101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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