#08A452

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

Shades of Pigment Green #08A452

Tints of Pigment Green #08A452

Color information

#08A452 (or 0x08A452) is unknown color: approx Pigment Green. HEX triplet: 08, A4 and 52. RGB value is (8,164,82). Sum of RGB (Red+Green+Blue) = 8+164+82=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 164 (64.45% from 255 or 64.57% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 164 - color contains mainly: green. Hex color #08A452 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A452 is #F75BAD. Grayscale: #6C6C6C. Windows color (decimal): -16210862 or 5415944. OLE color: 5415944.

HSL color Cylindrical-coordinate representation of color #08A452: hue angle of 148.46º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A452 is Cyan = 0.95, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.36.

Color convert

RGB816482-
CMYK0.9500.50.36
HSL148.46º90.7%33.73%-
HSV(B)148.46º95.12%64.31%-
XYZ14.927.2112.45-
YUV108.01113.3256.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.15%
GREEN value IS 164 (64.45% from 255) = 64.57%
BLUE value IS 82 (32.42% from 255) = 32.28%
R=3.15%
G=64.57%
B=32.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal8164820.9500.50.36148.4690.733.73
Hex8A4525F03224945b22
Octal102441221370624422413342
Binary100010100100101001010111110110010100100100101001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,164,82); }

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

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

 a { background-color: rgb(8,164,82); }

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

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

 span { border-color: rgb(8,164,82); }

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