#0FA640

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

Shades of Pigment Green #0FA640

Tints of Pigment Green #0FA640

Color information

#0FA640 (or 0x0FA640) is unknown color: approx Pigment Green. HEX triplet: 0F, A6 and 40. RGB value is (15,166,64). Sum of RGB (Red+Green+Blue) = 15+166+64=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 166 (65.23% from 255 or 67.76% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA640 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA640 is #F059BF. Grayscale: #6D6D6D. Windows color (decimal): -15751616 or 4236815. OLE color: 4236815.

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

Color convert

RGB1516664-
CMYK0.9100.610.35
HSL139.47º83.43%35.49%-
HSV(B)139.47º90.96%65.1%-
XYZ14.7627.749.43-
YUV109.22102.4760.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.12%
GREEN value IS 166 (65.23% from 255) = 67.76%
BLUE value IS 64 (25.39% from 255) = 26.12%
R=6.12%
G=67.76%
B=26.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15166640.9100.610.35139.4783.4335.49
HexFA6405B03D238b5323
Octal172461001330754321312343
Binary111110100110100000010110110111101100011100010111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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