#0FA53E

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

Shades of Pigment Green #0FA53E

Tints of Pigment Green #0FA53E

Color information

#0FA53E (or 0x0FA53E) is unknown color: approx Pigment Green. HEX triplet: 0F, A5 and 3E. RGB value is (15,165,62). Sum of RGB (Red+Green+Blue) = 15+165+62=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 165 (64.84% from 255 or 68.18% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA53E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA53E is #F05AC1. Grayscale: #6C6C6C. Windows color (decimal): -15751874 or 4105487. OLE color: 4105487.

HSL color Cylindrical-coordinate representation of color #0FA53E: hue angle of 138.8º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA53E is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB1516562-
CMYK0.9100.620.35
HSL138.8º83.33%35.29%-
HSV(B)138.8º90.91%64.71%-
XYZ14.5227.369.07-
YUV108.41101.861.38-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.20%
GREEN value IS 165 (64.84% from 255) = 68.18%
BLUE value IS 62 (24.61% from 255) = 25.62%
R=6.20%
G=68.18%
B=25.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15165620.9100.620.35138.883.3335.29
HexFA53E5B03E238b5323
Octal17245761330764321312343
Binary11111010010111111010110110111110100011100010111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,165,62); }

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

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

 a { background-color: rgb(15,165,62); }

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

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

 span { border-color: rgb(15,165,62); }

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