#08AA45

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

Shades of Pigment Green #08AA45

Tints of Pigment Green #08AA45

Color information

#08AA45 (or 0x08AA45) is unknown color: approx Pigment Green. HEX triplet: 08, AA and 45. RGB value is (8,170,69). Sum of RGB (Red+Green+Blue) = 8+170+69=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 170 (66.80% from 255 or 68.83% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 170 - color contains mainly: green. Hex color #08AA45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08AA45 is #F755BA. Grayscale: #6E6E6E. Windows color (decimal): -16209339 or 4565512. OLE color: 4565512.

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

Color convert

RGB817069-
CMYK0.9500.590.33
HSL142.59º91.01%34.9%-
HSV(B)142.59º95.29%66.67%-
XYZ15.5529.2310.45-
YUV110.05104.8355.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.24%
GREEN value IS 170 (66.80% from 255) = 68.83%
BLUE value IS 69 (27.34% from 255) = 27.94%
R=3.24%
G=68.83%
B=27.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal8170690.9500.590.33142.5991.0134.9
Hex8AA455F03B218f5b23
Octal102521051370734121713343
Binary100010101010100010110111110111011100001100011111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08AA45; }

 p { color: rgb(8,170,69); }

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

<style>
 a { background-color: #08AA45; }

 a { background-color: rgb(8,170,69); }

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

<style>
 span { border-color: #08AA45; }

 span { border-color: rgb(8,170,69); }

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