#08A42E

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

Shades of Dark Pastel Green #08A42E

Tints of Dark Pastel Green #08A42E

Color information

#08A42E (or 0x08A42E) is unknown color: approx Dark Pastel Green. HEX triplet: 08, A4 and 2E. RGB value is (8,164,46). Sum of RGB (Red+Green+Blue) = 8+164+46=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 164 (64.45% from 255 or 75.23% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 164 - color contains mainly: green. Hex color #08A42E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08A42E is #F75BD1. Grayscale: #686868. Windows color (decimal): -16210898 or 3056648. OLE color: 3056648.

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

Color convert

RGB816446-
CMYK0.9500.720.36
HSL134.62º90.7%33.73%-
HSV(B)134.62º95.12%64.31%-
XYZ13.8726.87.03-
YUV103.995.3259.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.67%
GREEN value IS 164 (64.45% from 255) = 75.23%
BLUE value IS 46 (18.36% from 255) = 21.10%
R=3.67%
G=75.23%
B=21.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal8164460.9500.720.36134.6290.733.73
Hex8A42E5F04824875b22
Octal102445613701104420713342
Binary100010100100101110101111101001000100100100001111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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