#0FAA46

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

Shades of Pigment Green #0FAA46

Tints of Pigment Green #0FAA46

Color information

#0FAA46 (or 0x0FAA46) is unknown color: approx Pigment Green. HEX triplet: 0F, AA and 46. RGB value is (15,170,70). Sum of RGB (Red+Green+Blue) = 15+170+70=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 170 (66.80% from 255 or 66.67% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAA46 is #F055B9. Grayscale: #707070. Windows color (decimal): -15750586 or 4631055. OLE color: 4631055.

HSL color Cylindrical-coordinate representation of color #0FAA46: hue angle of 141.29º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAA46 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB1517070-
CMYK0.9100.590.33
HSL141.29º83.78%36.27%-
HSV(B)141.29º91.18%66.67%-
XYZ15.6829.2910.62-
YUV112.26104.1558.63-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.88%
GREEN value IS 170 (66.80% from 255) = 66.67%
BLUE value IS 70 (27.73% from 255) = 27.45%
R=5.88%
G=66.67%
B=27.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15170700.9100.590.33141.2983.7836.27
HexFAA465B03B218d5424
Octal172521061330734121512444
Binary111110101010100011010110110111011100001100011011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,170,70); }

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

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

 a { background-color: rgb(15,170,70); }

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

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

 span { border-color: rgb(15,170,70); }

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