#08A055

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

Shades of Pigment Green #08A055

Tints of Pigment Green #08A055

Color information

#08A055 (or 0x08A055) is unknown color: approx Pigment Green. HEX triplet: 08, A0 and 55. RGB value is (8,160,85). Sum of RGB (Red+Green+Blue) = 8+160+85=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 160 (62.89% from 255 or 63.24% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 160 - color contains mainly: green. Hex color #08A055 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A055 is #F75FAA. Grayscale: #6A6A6A. Windows color (decimal): -16211883 or 5611528. OLE color: 5611528.

HSL color Cylindrical-coordinate representation of color #08A055: hue angle of 150.39º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A055 is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB816085-
CMYK0.9500.470.37
HSL150.39º90.48%32.94%-
HSV(B)150.39º95%62.75%-
XYZ14.3125.8512.83-
YUV106116.1458.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.16%
GREEN value IS 160 (62.89% from 255) = 63.24%
BLUE value IS 85 (33.59% from 255) = 33.60%
R=3.16%
G=63.24%
B=33.60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal8160850.9500.470.37150.3990.4832.94
Hex8A0555F02F25965a21
Octal102401251370574522613241
Binary100010100000101010110111110101111100101100101101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,160,85); }

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

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

 a { background-color: rgb(8,160,85); }

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

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

 span { border-color: rgb(8,160,85); }

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