Html Css Color HEX #01A11A Islamic Green

📋 copy color: '#01A11A'

red 1 ◦ green 161 ◦ blue 26

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

Shades of Islamic Green #01A11A

Tints of Islamic Green #01A11A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 85.64%

 BLUE value IS 26 (10.55% from 255) = 13.83%

R = 0.53%
G = 85.64%
B = 13.83%

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

#01A11A (or 0x01A11A) is known color: Islamic Green. HEX triplet: 01, A1 and 1A. RGB value is (1,161,26). Sum of RGB (Red+Green+Blue) = 1+161+26=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 161 (63.28% from 255 or 85.64% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 161 - color contains mainly: green. Hex color #01A11A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A11A is #FE5EE5. Grayscale: #626262. Windows color (decimal): -16670438 or 1745153. OLE color: 1745153.

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

Color convert

RGB 1 161 26 -
CMYK 0.99 0 0.84 0.37
HSL 129.38º 0.99% 0.32% -
HSV(B) 129.38º 0.99% 0.63% -
XYZ 12.94 25.57 5.23 -
YUV 97.77 87.49 58.98 -
System Red Green Blue C M Y K H S L
Decimal 1 161 26 0.99 0 0.84 0.37 129.38 0.99 0.32
Hex 1 A1 1A 63 0 54 25 81 63 20
Octal 1 241 32 143 0 124 45 201 143 40
Binary 1 10100001 11010 1100011 0 1010100 100101 10000001 1100011 100000

Color Harmonies of #01A11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A11A

Black with #01A11A

Text Example


Text Example

White with #01A11A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,161,26); }

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

background-color css

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

 a { background-color: rgb(1,161,26); }

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

border-color css

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

 span { border-color: rgb(1,161,26); }

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