#0FAE4D

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

Shades of Pigment Green #0FAE4D

Tints of Pigment Green #0FAE4D

Color information

#0FAE4D (or 0x0FAE4D) is unknown color: approx Pigment Green. HEX triplet: 0F, AE and 4D. RGB value is (15,174,77). Sum of RGB (Red+Green+Blue) = 15+174+77=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 174 (68.36% from 255 or 65.41% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAE4D is #F051B2. Grayscale: #737373. Windows color (decimal): -15749555 or 5090831. OLE color: 5090831.

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

Color convert

RGB1517477-
CMYK0.9100.560.32
HSL143.4º84.13%37.06%-
HSV(B)143.4º91.38%68.24%-
XYZ16.6730.9112.11-
YUV115.4106.3256.39-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.64%
GREEN value IS 174 (68.36% from 255) = 65.41%
BLUE value IS 77 (30.47% from 255) = 28.95%
R=5.64%
G=65.41%
B=28.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15174770.9100.560.32143.484.1337.06
HexFAE4D5B038208f5425
Octal172561151330704021712445
Binary111110101110100110110110110111000100000100011111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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