#01A608

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

Shades of Islamic Green #01A608

Tints of Islamic Green #01A608

Color information

#01A608 (or 0x01A608) is unknown color: approx Islamic Green. HEX triplet: 01, A6 and 08. RGB value is (1,166,8). Sum of RGB (Red+Green+Blue) = 1+166+8=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 166 (65.23% from 255 or 94.86% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 166 - color contains mainly: green. Hex color #01A608 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01A608 is #FE59F7. Grayscale: #636363. Windows color (decimal): -16669176 or 566785. OLE color: 566785.

HSL color Cylindrical-coordinate representation of color #01A608: hue angle of 122.55º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A608 is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB11668-
CMYK0.9900.950.35
HSL122.55º98.8%32.75%-
HSV(B)122.55º99.4%65.1%-
XYZ13.6927.34.78-
YUV98.6576.8458.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 166 (65.23% from 255) = 94.86%
BLUE value IS 8 (3.52% from 255) = 4.57%
R=0.57%
G=94.86%
B=4.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal116680.9900.950.35122.5598.832.75
Hex1A686305F237b6321
Octal12461014301374317314341
Binary110100110100011000110101111110001111110111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01A608; }

 p { color: rgb(1,166,8); }

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

<style>
 a { background-color: #01A608; }

 a { background-color: rgb(1,166,8); }

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

<style>
 span { border-color: #01A608; }

 span { border-color: rgb(1,166,8); }

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