#08A312

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

Shades of Islamic Green #08A312

Tints of Islamic Green #08A312

Color information

#08A312 (or 0x08A312) is unknown color: approx Islamic Green. HEX triplet: 08, A3 and 12. RGB value is (8,163,18). Sum of RGB (Red+Green+Blue) = 8+163+18=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 163 (64.06% from 255 or 86.24% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 163 - color contains mainly: green. Hex color #08A312 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08A312 is #F75CED. Grayscale: #646464. Windows color (decimal): -16211182 or 1221384. OLE color: 1221384.

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

Color convert

RGB816318-
CMYK0.9500.890.36
HSL123.87º90.64%33.53%-
HSV(B)123.87º95.09%63.92%-
XYZ13.3126.294.95-
YUV100.1281.6562.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.23%
GREEN value IS 163 (64.06% from 255) = 86.24%
BLUE value IS 18 (7.42% from 255) = 9.52%
R=4.23%
G=86.24%
B=9.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal8163180.9500.890.36123.8790.6433.53
Hex8A3125F059247c5b22
Octal102432213701314417413342
Binary1000101000111001010111110101100110010011111001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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