#0FAE50

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

Shades of Pigment Green #0FAE50

Tints of Pigment Green #0FAE50

Color information

#0FAE50 (or 0x0FAE50) is unknown color: approx Pigment Green. HEX triplet: 0F, AE and 50. RGB value is (15,174,80). Sum of RGB (Red+Green+Blue) = 15+174+80=269 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.58% from 269); Green value is 174 (68.36% from 255 or 64.68% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAE50 is #F051AF. Grayscale: #737373. Windows color (decimal): -15749552 or 5287439. OLE color: 5287439.

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

Color convert

RGB1517480-
CMYK0.9100.540.32
HSL144.53º84.13%37.06%-
HSV(B)144.53º91.38%68.24%-
XYZ16.7830.9512.68-
YUV115.74107.8256.14-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.58%
GREEN value IS 174 (68.36% from 255) = 64.68%
BLUE value IS 80 (31.64% from 255) = 29.74%
R=5.58%
G=64.68%
B=29.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15174800.9100.540.32144.5384.1337.06
HexFAE505B03620915425
Octal172561201330664022112445
Binary111110101110101000010110110110110100000100100011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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