Html Css Color HEX #01A615 Islamic Green

📋 copy color: '#01A615'

red 1 ◦ green 166 ◦ blue 21

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

Shades of Islamic Green #01A615

Tints of Islamic Green #01A615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.17%

R = 0.53%
G = 88.3%
B = 11.17%

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

#01A615 (or 0x01A615) is known color: Islamic Green. HEX triplet: 01, A6 and 15. RGB value is (1,166,21). Sum of RGB (Red+Green+Blue) = 1+166+21=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 166 (65.23% from 255 or 88.30% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 166 - color contains mainly: green. Hex color #01A615 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01A615 is #FE59EA. Grayscale: #646464. Windows color (decimal): -16669163 or 1418753. OLE color: 1418753.

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

Color convert

RGB 1 166 21 -
CMYK 0.99 0 0.87 0.35
HSL 127.27º 0.99% 0.33% -
HSV(B) 127.27º 0.99% 0.65% -
XYZ 13.78 27.33 5.26 -
YUV 100.14 83.34 57.29 -
System Red Green Blue C M Y K H S L
Decimal 1 166 21 0.99 0 0.87 0.35 127.27 0.99 0.33
Hex 1 A6 15 63 0 57 23 7F 63 21
Octal 1 246 25 143 0 127 43 177 143 41
Binary 1 10100110 10101 1100011 0 1010111 100011 1111111 1100011 100001

Color Harmonies of #01A615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A615

Black with #01A615

Text Example


Text Example

White with #01A615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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