#0FAE38

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

Shades of Dark Pastel Green #0FAE38

Tints of Dark Pastel Green #0FAE38

Color information

#0FAE38 (or 0x0FAE38) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, AE and 38. RGB value is (15,174,56). Sum of RGB (Red+Green+Blue) = 15+174+56=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 174 (68.36% from 255 or 71.02% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAE38 is #F051C7. Grayscale: #717171. Windows color (decimal): -15749576 or 3714575. OLE color: 3714575.

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

Color convert

RGB1517456-
CMYK0.9100.680.32
HSL135.47º84.13%37.06%-
HSV(B)135.47º91.38%68.24%-
XYZ16.0530.668.81-
YUV113.0195.8258.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.12%
GREEN value IS 174 (68.36% from 255) = 71.02%
BLUE value IS 56 (22.27% from 255) = 22.86%
R=6.12%
G=71.02%
B=22.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15174560.9100.680.32135.4784.1337.06
HexFAE385B04420875425
Octal172567013301044020712445
Binary111110101110111000101101101000100100000100001111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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