#0FAA43

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

Shades of Pigment Green #0FAA43

Tints of Pigment Green #0FAA43

Color information

#0FAA43 (or 0x0FAA43) is unknown color: approx Pigment Green. HEX triplet: 0F, AA and 43. RGB value is (15,170,67). Sum of RGB (Red+Green+Blue) = 15+170+67=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 170 (66.80% from 255 or 67.46% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAA43 is #F055BC. Grayscale: #707070. Windows color (decimal): -15750589 or 4434447. OLE color: 4434447.

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

Color convert

RGB1517067-
CMYK0.9100.610.33
HSL140.13º83.78%36.27%-
HSV(B)140.13º91.18%66.67%-
XYZ15.5829.2610.14-
YUV111.91102.6558.88-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.95%
GREEN value IS 170 (66.80% from 255) = 67.46%
BLUE value IS 67 (26.56% from 255) = 26.59%
R=5.95%
G=67.46%
B=26.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15170670.9100.610.33140.1383.7836.27
HexFAA435B03D218c5424
Octal172521031330754121412444
Binary111110101010100001110110110111101100001100011001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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