#0FAE20

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

Shades of Dark Pastel Green #0FAE20

Tints of Dark Pastel Green #0FAE20

Color information

#0FAE20 (or 0x0FAE20) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, AE and 20. RGB value is (15,174,32). Sum of RGB (Red+Green+Blue) = 15+174+32=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 174 (68.36% from 255 or 78.73% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAE20 is #F051DF. Grayscale: #6E6E6E. Windows color (decimal): -15749600 or 2141711. OLE color: 2141711.

HSL color Cylindrical-coordinate representation of color #0FAE20: hue angle of 126.42º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAE20 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB1517432-
CMYK0.9100.820.32
HSL126.42º84.13%37.06%-
HSV(B)126.42º91.38%68.24%-
XYZ15.5930.486.43-
YUV110.2783.8260.05-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.79%
GREEN value IS 174 (68.36% from 255) = 78.73%
BLUE value IS 32 (12.89% from 255) = 14.48%
R=6.79%
G=78.73%
B=14.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15174320.9100.820.32126.4284.1337.06
HexFAE205B052207e5425
Octal172564013301224017612445
Binary11111010111010000010110110101001010000011111101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAE20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,174,32); }

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

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

 a { background-color: rgb(15,174,32); }

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

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

 span { border-color: rgb(15,174,32); }

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