#08AD3B

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

Shades of Dark Pastel Green #08AD3B

Tints of Dark Pastel Green #08AD3B

Color information

#08AD3B (or 0x08AD3B) is unknown color: approx Dark Pastel Green. HEX triplet: 08, AD and 3B. RGB value is (8,173,59). Sum of RGB (Red+Green+Blue) = 8+173+59=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 173 (67.97% from 255 or 72.08% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 173 - color contains mainly: green. Hex color #08AD3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08AD3B is #F752C4. Grayscale: #6E6E6E. Windows color (decimal): -16208581 or 3910920. OLE color: 3910920.

HSL color Cylindrical-coordinate representation of color #08AD3B: hue angle of 138.55º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AD3B is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB817359-
CMYK0.9500.660.32
HSL138.55º91.16%35.49%-
HSV(B)138.55º95.38%67.84%-
XYZ15.8330.259.14-
YUV110.6798.8454.77-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.33%
GREEN value IS 173 (67.97% from 255) = 72.08%
BLUE value IS 59 (23.44% from 255) = 24.58%
R=3.33%
G=72.08%
B=24.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal8173590.9500.660.32138.5591.1635.49
Hex8AD3B5F042208b5b23
Octal102557313701024021313343
Binary100010101101111011101111101000010100000100010111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AD3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,173,59); }

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

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

 a { background-color: rgb(8,173,59); }

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

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

 span { border-color: rgb(8,173,59); }

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