#0FA356

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

Shades of Pigment Green #0FA356

Tints of Pigment Green #0FA356

Color information

#0FA356 (or 0x0FA356) is unknown color: approx Pigment Green. HEX triplet: 0F, A3 and 56. RGB value is (15,163,86). Sum of RGB (Red+Green+Blue) = 15+163+86=264 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.68% from 264); Green value is 163 (64.06% from 255 or 61.74% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA356 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA356 is #F05CA9. Grayscale: #6E6E6E. Windows color (decimal): -15752362 or 5677839. OLE color: 5677839.

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

Color convert

RGB1516386-
CMYK0.9100.470.36
HSL148.78º83.15%34.9%-
HSV(B)148.78º90.8%63.92%-
XYZ14.9726.9713.22-
YUV109.97114.4760.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.68%
GREEN value IS 163 (64.06% from 255) = 61.74%
BLUE value IS 86 (33.98% from 255) = 32.58%
R=5.68%
G=61.74%
B=32.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15163860.9100.470.36148.7883.1534.9
HexFA3565B02F24955323
Octal172431261330574422512343
Binary111110100011101011010110110101111100100100101011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,163,86); }

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

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

 a { background-color: rgb(15,163,86); }

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

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

 span { border-color: rgb(15,163,86); }

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