#08AA2A

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

Shades of Dark Pastel Green #08AA2A

Tints of Dark Pastel Green #08AA2A

Color information

#08AA2A (or 0x08AA2A) is unknown color: approx Dark Pastel Green. HEX triplet: 08, AA and 2A. RGB value is (8,170,42). Sum of RGB (Red+Green+Blue) = 8+170+42=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 170 (66.80% from 255 or 77.27% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 170 - color contains mainly: green. Hex color #08AA2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08AA2A is #F755D5. Grayscale: #6B6B6B. Windows color (decimal): -16209366 or 2796040. OLE color: 2796040.

HSL color Cylindrical-coordinate representation of color #08AA2A: hue angle of 132.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 #08AA2A is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB817042-
CMYK0.9500.750.33
HSL132.59º91.01%34.9%-
HSV(B)132.59º95.29%66.67%-
XYZ14.8928.977-
YUV106.9791.3357.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.64%
GREEN value IS 170 (66.80% from 255) = 77.27%
BLUE value IS 42 (16.80% from 255) = 19.09%
R=3.64%
G=77.27%
B=19.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal8170420.9500.750.33132.5991.0134.9
Hex8AA2A5F04B21855b23
Octal102525213701134120513343
Binary100010101010101010101111101001011100001100001011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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