Html Css Color HEX #01A40C Islamic Green

📋 copy color: '#01A40C'

red 1 ◦ green 164 ◦ blue 12

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

Shades of Islamic Green #01A40C

Tints of Islamic Green #01A40C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.78%

R = 0.56%
G = 92.66%
B = 6.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#01A40C (or 0x01A40C) is known color: Islamic Green. HEX triplet: 01, A4 and 0C. RGB value is (1,164,12). Sum of RGB (Red+Green+Blue) = 1+164+12=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 164 (64.45% from 255 or 92.66% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 164 - color contains mainly: green. Hex color #01A40C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01A40C is #FE5BF3. Grayscale: #626262. Windows color (decimal): -16669684 or 828417. OLE color: 828417.

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

Color convert

RGB 1 164 12 -
CMYK 0.99 0 0.93 0.36
HSL 124.05º 0.99% 0.32% -
HSV(B) 124.05º 0.99% 0.64% -
XYZ 13.35 26.58 4.78 -
YUV 97.94 79.5 58.86 -
System Red Green Blue C M Y K H S L
Decimal 1 164 12 0.99 0 0.93 0.36 124.05 0.99 0.32
Hex 1 A4 C 63 0 5D 24 7C 63 20
Octal 1 244 14 143 0 135 44 174 143 40
Binary 1 10100100 1100 1100011 0 1011101 100100 1111100 1100011 100000

Color Harmonies of #01A40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A40C

Black with #01A40C

Text Example


Text Example

White with #01A40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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