#0FAF50

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

Shades of Pigment Green #0FAF50

Tints of Pigment Green #0FAF50

Color information

#0FAF50 (or 0x0FAF50) is unknown color: approx Pigment Green. HEX triplet: 0F, AF and 50. RGB value is (15,175,80). Sum of RGB (Red+Green+Blue) = 15+175+80=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 175 (68.75% from 255 or 64.81% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAF50 is #F050AF. Grayscale: #747474. Windows color (decimal): -15749296 or 5287695. OLE color: 5287695.

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

Color convert

RGB1517580-
CMYK0.9100.540.31
HSL144.38º84.21%37.25%-
HSV(B)144.38º91.43%68.63%-
XYZ16.9731.3412.74-
YUV116.33107.4955.72-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.56%
GREEN value IS 175 (68.75% from 255) = 64.81%
BLUE value IS 80 (31.64% from 255) = 29.63%
R=5.56%
G=64.81%
B=29.63%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15175800.9100.540.31144.3884.2137.25
HexFAF505B0361F905425
Octal172571201330663722012445
Binary11111010111110100001011011011011011111100100001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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