Html Css Color HEX #01A616 Islamic Green

📋 copy color: '#01A616'

red 1 ◦ green 166 ◦ blue 22

#01A616
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #01A616

Tints of Islamic Green #01A616

RGB

 RED value IS 1 (0.78% from 255) = 0.53%

 GREEN value IS 166 (65.23% from 255) = 87.83%

 BLUE value IS 22 (8.98% from 255) = 11.64%

R = 0.53%
G = 87.83%
B = 11.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#01A616 (or 0x01A616) is known color: Islamic Green. HEX triplet: 01, A6 and 16. RGB value is (1,166,22). Sum of RGB (Red+Green+Blue) = 1+166+22=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 166 (65.23% from 255 or 87.83% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 166 - color contains mainly: green. Hex color #01A616 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01A616 is #FE59E9. Grayscale: #646464. Windows color (decimal): -16669162 or 1484289. OLE color: 1484289.

HSL color Cylindrical-coordinate representation of color #01A616: hue angle of 127.64º 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 #01A616 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 1 166 22 -
CMYK 0.99 0 0.87 0.35
HSL 127.64º 0.99% 0.33% -
HSV(B) 127.64º 0.99% 0.65% -
XYZ 13.79 27.34 5.31 -
YUV 100.25 83.84 57.21 -
System Red Green Blue C M Y K H S L
Decimal 1 166 22 0.99 0 0.87 0.35 127.64 0.99 0.33
Hex 1 A6 16 63 0 57 23 80 63 21
Octal 1 246 26 143 0 127 43 200 143 41
Binary 1 10100110 10110 1100011 0 1010111 100011 10000000 1100011 100001

Color Harmonies of #01A616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A616

Black with #01A616

Text Example


Text Example

White with #01A616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01A616;
 }
 .AnyTagClassName
 {
   color: #01A616;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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