#08A313

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

Shades of Islamic Green #08A313

Tints of Islamic Green #08A313

Color information

#08A313 (or 0x08A313) is unknown color: approx Islamic Green. HEX triplet: 08, A3 and 13. RGB value is (8,163,19). Sum of RGB (Red+Green+Blue) = 8+163+19=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 163 (64.06% from 255 or 85.79% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 163 - color contains mainly: green. Hex color #08A313 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08A313 is #F75CEC. Grayscale: #646464. Windows color (decimal): -16211181 or 1286920. OLE color: 1286920.

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

Color convert

RGB816319-
CMYK0.9500.880.36
HSL124.26º90.64%33.53%-
HSV(B)124.26º95.09%63.92%-
XYZ13.3126.294.99-
YUV100.2482.1562.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.21%
GREEN value IS 163 (64.06% from 255) = 85.79%
BLUE value IS 19 (7.81% from 255) = 10%
R=4.21%
G=85.79%
B=10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal8163190.9500.880.36124.2690.6433.53
Hex8A3135F058247c5b22
Octal102432313701304417413342
Binary1000101000111001110111110101100010010011111001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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