#08AF1A

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

Shades of Islamic Green #08AF1A

Tints of Islamic Green #08AF1A

Color information

#08AF1A (or 0x08AF1A) is unknown color: approx Islamic Green. HEX triplet: 08, AF and 1A. RGB value is (8,175,26). Sum of RGB (Red+Green+Blue) = 8+175+26=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 175 (68.75% from 255 or 83.73% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 175 - color contains mainly: green. Hex color #08AF1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08AF1A is #F750E5. Grayscale: #6C6C6C. Windows color (decimal): -16208102 or 1748744. OLE color: 1748744.

HSL color Cylindrical-coordinate representation of color #08AF1A: hue angle of 126.47º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AF1A is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB817526-
CMYK0.9500.850.31
HSL126.47º91.26%35.88%-
HSV(B)126.47º95.43%68.63%-
XYZ15.6230.796.1-
YUV108.0881.6756.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.83%
GREEN value IS 175 (68.75% from 255) = 83.73%
BLUE value IS 26 (10.55% from 255) = 12.44%
R=3.83%
G=83.73%
B=12.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8175260.9500.850.31126.4791.2635.88
Hex8AF1A5F0551F7e5b24
Octal102573213701253717613344
Binary100010101111110101011111010101011111111111101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AF1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,175,26); }

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

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

 a { background-color: rgb(8,175,26); }

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

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

 span { border-color: rgb(8,175,26); }

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