#0FAE58

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

Shades of Pigment Green #0FAE58

Tints of Pigment Green #0FAE58

Color information

#0FAE58 (or 0x0FAE58) is unknown color: approx Pigment Green. HEX triplet: 0F, AE and 58. RGB value is (15,174,88). Sum of RGB (Red+Green+Blue) = 15+174+88=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 174 (68.36% from 255 or 62.82% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAE58 is #F051A7. Grayscale: #747474. Windows color (decimal): -15749544 or 5811727. OLE color: 5811727.

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

Color convert

RGB1517488-
CMYK0.9100.490.32
HSL147.55º84.13%37.06%-
HSV(B)147.55º91.38%68.24%-
XYZ17.0931.0814.33-
YUV116.65111.8255.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.42%
GREEN value IS 174 (68.36% from 255) = 62.82%
BLUE value IS 88 (34.77% from 255) = 31.77%
R=5.42%
G=62.82%
B=31.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15174880.9100.490.32147.5584.1337.06
HexFAE585B03120945425
Octal172561301330614022412445
Binary111110101110101100010110110110001100000100101001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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