#0FA53D

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

Shades of Pigment Green #0FA53D

Tints of Pigment Green #0FA53D

Color information

#0FA53D (or 0x0FA53D) is unknown color: approx Pigment Green. HEX triplet: 0F, A5 and 3D. RGB value is (15,165,61). Sum of RGB (Red+Green+Blue) = 15+165+61=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 165 (64.84% from 255 or 68.46% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA53D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA53D is #F05AC2. Grayscale: #6C6C6C. Windows color (decimal): -15751875 or 4039951. OLE color: 4039951.

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

Color convert

RGB1516561-
CMYK0.9100.630.35
HSL138.4º83.33%35.29%-
HSV(B)138.4º90.91%64.71%-
XYZ14.4927.358.93-
YUV108.29101.361.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.22%
GREEN value IS 165 (64.84% from 255) = 68.46%
BLUE value IS 61 (24.22% from 255) = 25.31%
R=6.22%
G=68.46%
B=25.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15165610.9100.630.35138.483.3335.29
HexFA53D5B03F238a5323
Octal17245751330774321212343
Binary11111010010111110110110110111111100011100010101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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