#08A43E

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

Shades of Pigment Green #08A43E

Tints of Pigment Green #08A43E

Color information

#08A43E (or 0x08A43E) is unknown color: approx Pigment Green. HEX triplet: 08, A4 and 3E. RGB value is (8,164,62). Sum of RGB (Red+Green+Blue) = 8+164+62=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 164 (64.45% from 255 or 70.09% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 164 - color contains mainly: green. Hex color #08A43E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08A43E is #F75BC1. Grayscale: #696969. Windows color (decimal): -16210882 or 4105224. OLE color: 4105224.

HSL color Cylindrical-coordinate representation of color #08A43E: hue angle of 140.77º 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 #08A43E is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB816462-
CMYK0.9500.620.36
HSL140.77º90.7%33.73%-
HSV(B)140.77º95.12%64.31%-
XYZ14.2526.959.01-
YUV105.73103.3258.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.42%
GREEN value IS 164 (64.45% from 255) = 70.09%
BLUE value IS 62 (24.61% from 255) = 26.50%
R=3.42%
G=70.09%
B=26.50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal8164620.9500.620.36140.7790.733.73
Hex8A43E5F03E248d5b22
Octal10244761370764421513342
Binary10001010010011111010111110111110100100100011011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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