Html Css Color HEX #01A415 Islamic Green

📋 copy color: '#01A415'

red 1 ◦ green 164 ◦ blue 21

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

Shades of Islamic Green #01A415

Tints of Islamic Green #01A415

RGB

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

 GREEN value IS 164 (64.45% from 255) = 88.17%

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

R = 0.54%
G = 88.17%
B = 11.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#01A415 (or 0x01A415) is known color: Islamic Green. HEX triplet: 01, A4 and 15. RGB value is (1,164,21). Sum of RGB (Red+Green+Blue) = 1+164+21=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 164 (64.45% from 255 or 88.17% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 164 - color contains mainly: green. Hex color #01A415 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01A415 is #FE5BEA. Grayscale: #636363. Windows color (decimal): -16669675 or 1418241. OLE color: 1418241.

HSL color Cylindrical-coordinate representation of color #01A415: hue angle of 127.36º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A415 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 1 164 21 -
CMYK 0.99 0 0.87 0.36
HSL 127.36º 0.99% 0.32% -
HSV(B) 127.36º 0.99% 0.64% -
XYZ 13.42 26.61 5.14 -
YUV 98.96 84 58.13 -
System Red Green Blue C M Y K H S L
Decimal 1 164 21 0.99 0 0.87 0.36 127.36 0.99 0.32
Hex 1 A4 15 63 0 57 24 7F 63 20
Octal 1 244 25 143 0 127 44 177 143 40
Binary 1 10100100 10101 1100011 0 1010111 100100 1111111 1100011 100000

Color Harmonies of #01A415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A415

Black with #01A415

Text Example


Text Example

White with #01A415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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