Html Css Color HEX #01A01F Islamic Green

📋 copy color: '#01A01F'

red 1 ◦ green 160 ◦ blue 31

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

Shades of Islamic Green #01A01F

Tints of Islamic Green #01A01F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.15%

R = 0.52%
G = 83.33%
B = 16.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#01A01F (or 0x01A01F) is known color: Islamic Green. HEX triplet: 01, A0 and 1F. RGB value is (1,160,31). Sum of RGB (Red+Green+Blue) = 1+160+31=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 160 (62.89% from 255 or 83.33% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 160 - color contains mainly: green. Hex color #01A01F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A01F is #FE5FE0. Grayscale: #626262. Windows color (decimal): -16670689 or 2072577. OLE color: 2072577.

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

Color convert

RGB 1 160 31 -
CMYK 0.99 0 0.81 0.37
HSL 131.32º 0.99% 0.32% -
HSV(B) 131.32º 0.99% 0.63% -
XYZ 12.83 25.25 5.49 -
YUV 97.75 90.32 58.99 -
System Red Green Blue C M Y K H S L
Decimal 1 160 31 0.99 0 0.81 0.37 131.32 0.99 0.32
Hex 1 A0 1F 63 0 51 25 83 63 20
Octal 1 240 37 143 0 121 45 203 143 40
Binary 1 10100000 11111 1100011 0 1010001 100101 10000011 1100011 100000

Color Harmonies of #01A01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A01F

Black with #01A01F

Text Example


Text Example

White with #01A01F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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