Html Css Color HEX #01A504 Islamic Green

📋 copy color: '#01A504'

red 1 ◦ green 165 ◦ blue 4

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

Shades of Islamic Green #01A504

Tints of Islamic Green #01A504

RGB

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

 GREEN value IS 165 (64.84% from 255) = 97.06%

 BLUE value IS 4 (1.95% from 255) = 2.35%

R = 0.59%
G = 97.06%
B = 2.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#01A504 (or 0x01A504) is known color: Islamic Green. HEX triplet: 01, A5 and 04. RGB value is (1,165,4). Sum of RGB (Red+Green+Blue) = 1+165+4=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 165 (64.84% from 255 or 97.06% from 170); Blue value is 4 (1.95% from 255 or 2.35% from 170); Max value from RGB is 165 - color contains mainly: green. Hex color #01A504 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01A504 is #FE5AFB. Grayscale: #626262. Windows color (decimal): -16669436 or 304385. OLE color: 304385.

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

Color convert

RGB 1 165 4 -
CMYK 0.99 0 0.98 0.35
HSL 121.1º 0.99% 0.33% -
HSV(B) 121.1º 0.99% 0.65% -
XYZ 13.49 26.93 4.6 -
YUV 97.61 75.17 59.09 -
System Red Green Blue C M Y K H S L
Decimal 1 165 4 0.99 0 0.98 0.35 121.1 0.99 0.33
Hex 1 A5 4 63 0 62 23 79 63 21
Octal 1 245 4 143 0 142 43 171 143 41
Binary 1 10100101 100 1100011 0 1100010 100011 1111001 1100011 100001

Color Harmonies of #01A504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A504

Black with #01A504

Text Example


Text Example

White with #01A504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,165,4); }

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

background-color css

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

 a { background-color: rgb(1,165,4); }

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

border-color css

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

 span { border-color: rgb(1,165,4); }

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