#08A326

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

Shades of Dark Pastel Green #08A326

Tints of Dark Pastel Green #08A326

Color information

#08A326 (or 0x08A326) is unknown color: approx Dark Pastel Green. HEX triplet: 08, A3 and 26. RGB value is (8,163,38). Sum of RGB (Red+Green+Blue) = 8+163+38=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 163 (64.06% from 255 or 77.99% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 163 - color contains mainly: green. Hex color #08A326 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08A326 is #F75CD9. Grayscale: #666666. Windows color (decimal): -16211162 or 2532104. OLE color: 2532104.

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

Color convert

RGB816338-
CMYK0.9500.770.36
HSL131.61º90.64%33.53%-
HSV(B)131.61º95.09%63.92%-
XYZ13.5526.396.21-
YUV102.491.6560.66-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.83%
GREEN value IS 163 (64.06% from 255) = 77.99%
BLUE value IS 38 (15.23% from 255) = 18.18%
R=3.83%
G=77.99%
B=18.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal8163380.9500.770.36131.6190.6433.53
Hex8A3265F04D24845b22
Octal102434613701154420413342
Binary100010100011100110101111101001101100100100001001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,163,38); }

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

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

 a { background-color: rgb(8,163,38); }

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

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

 span { border-color: rgb(8,163,38); }

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