#0FA656

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

Shades of Pigment Green #0FA656

Tints of Pigment Green #0FA656

Color information

#0FA656 (or 0x0FA656) is unknown color: approx Pigment Green. HEX triplet: 0F, A6 and 56. RGB value is (15,166,86). Sum of RGB (Red+Green+Blue) = 15+166+86=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 166 (65.23% from 255 or 62.17% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA656 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA656 is #F059A9. Grayscale: #6F6F6F. Windows color (decimal): -15751594 or 5678607. OLE color: 5678607.

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

Color convert

RGB1516686-
CMYK0.9100.480.35
HSL148.21º83.43%35.49%-
HSV(B)148.21º90.96%65.1%-
XYZ15.5128.0513.4-
YUV111.73113.4759-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.62%
GREEN value IS 166 (65.23% from 255) = 62.17%
BLUE value IS 86 (33.98% from 255) = 32.21%
R=5.62%
G=62.17%
B=32.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15166860.9100.480.35148.2183.4335.49
HexFA6565B03023945323
Octal172461261330604322412343
Binary111110100110101011010110110110000100011100101001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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