Html Css Color HEX #01A019 Islamic Green

📋 copy color: '#01A019'

red 1 ◦ green 160 ◦ blue 25

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

Shades of Islamic Green #01A019

Tints of Islamic Green #01A019

RGB

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

 GREEN value IS 160 (62.89% from 255) = 86.02%

 BLUE value IS 25 (10.16% from 255) = 13.44%

R = 0.54%
G = 86.02%
B = 13.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#01A019 (or 0x01A019) is known color: Islamic Green. HEX triplet: 01, A0 and 19. RGB value is (1,160,25). Sum of RGB (Red+Green+Blue) = 1+160+25=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 160 (62.89% from 255 or 86.02% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 160 - color contains mainly: green. Hex color #01A019 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01A019 is #FE5FE6. Grayscale: #616161. Windows color (decimal): -16670695 or 1679361. OLE color: 1679361.

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

Color convert

RGB 1 160 25 -
CMYK 0.99 0 0.84 0.37
HSL 129.06º 0.99% 0.32% -
HSV(B) 129.06º 0.99% 0.63% -
XYZ 12.76 25.22 5.11 -
YUV 97.07 87.32 59.48 -
System Red Green Blue C M Y K H S L
Decimal 1 160 25 0.99 0 0.84 0.37 129.06 0.99 0.32
Hex 1 A0 19 63 0 54 25 81 63 20
Octal 1 240 31 143 0 124 45 201 143 40
Binary 1 10100000 11001 1100011 0 1010100 100101 10000001 1100011 100000

Color Harmonies of #01A019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A019

Black with #01A019

Text Example


Text Example

White with #01A019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,160,25); }

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

background-color css

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

 a { background-color: rgb(1,160,25); }

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

border-color css

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

 span { border-color: rgb(1,160,25); }

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