#08AC1B

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

Shades of Islamic Green #08AC1B

Tints of Islamic Green #08AC1B

Color information

#08AC1B (or 0x08AC1B) is unknown color: approx Islamic Green. HEX triplet: 08, AC and 1B. RGB value is (8,172,27). Sum of RGB (Red+Green+Blue) = 8+172+27=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 172 (67.58% from 255 or 83.09% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 172 - color contains mainly: green. Hex color #08AC1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08AC1B is #F753E4. Grayscale: #6A6A6A. Windows color (decimal): -16208869 or 1813512. OLE color: 1813512.

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

Color convert

RGB817227-
CMYK0.9500.840.33
HSL126.95º91.11%35.29%-
HSV(B)126.95º95.35%67.45%-
XYZ15.0529.645.96-
YUV106.4383.1757.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.86%
GREEN value IS 172 (67.58% from 255) = 83.09%
BLUE value IS 27 (10.94% from 255) = 13.04%
R=3.86%
G=83.09%
B=13.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal8172270.9500.840.33126.9591.1135.29
Hex8AC1B5F054217f5b23
Octal102543313701244117713343
Binary1000101011001101110111110101010010000111111111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,172,27); }

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

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

 a { background-color: rgb(8,172,27); }

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

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

 span { border-color: rgb(8,172,27); }

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