#08A516

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

Shades of Islamic Green #08A516

Tints of Islamic Green #08A516

Color information

#08A516 (or 0x08A516) is unknown color: approx Islamic Green. HEX triplet: 08, A5 and 16. RGB value is (8,165,22). Sum of RGB (Red+Green+Blue) = 8+165+22=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 165 (64.84% from 255 or 84.62% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 165 - color contains mainly: green. Hex color #08A516 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08A516 is #F75AE9. Grayscale: #666666. Windows color (decimal): -16210666 or 1484040. OLE color: 1484040.

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

Color convert

RGB816522-
CMYK0.9500.870.35
HSL125.35º90.75%33.92%-
HSV(B)125.35º95.15%64.71%-
XYZ13.727.025.25-
YUV101.7582.9961.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.10%
GREEN value IS 165 (64.84% from 255) = 84.62%
BLUE value IS 22 (8.98% from 255) = 11.28%
R=4.10%
G=84.62%
B=11.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal8165220.9500.870.35125.3590.7533.92
Hex8A5165F057237d5b22
Octal102452613701274317513342
Binary1000101001011011010111110101011110001111111011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,165,22); }

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

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

 a { background-color: rgb(8,165,22); }

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

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

 span { border-color: rgb(8,165,22); }

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