Html Css Color HEX #01A205 Islamic Green

📋 copy color: '#01A205'

red 1 ◦ green 162 ◦ blue 5

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

Shades of Islamic Green #01A205

Tints of Islamic Green #01A205

RGB

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

 GREEN value IS 162 (63.67% from 255) = 96.43%

 BLUE value IS 5 (2.34% from 255) = 2.98%

R = 0.6%
G = 96.43%
B = 2.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#01A205 (or 0x01A205) is known color: Islamic Green. HEX triplet: 01, A2 and 05. RGB value is (1,162,5). Sum of RGB (Red+Green+Blue) = 1+162+5=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 162 (63.67% from 255 or 96.43% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 162 - color contains mainly: green. Hex color #01A205 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01A205 is #FE5DFA. Grayscale: #606060. Windows color (decimal): -16670203 or 369153. OLE color: 369153.

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

Color convert

RGB 1 162 5 -
CMYK 0.99 0 0.97 0.36
HSL 121.49º 0.99% 0.32% -
HSV(B) 121.49º 0.99% 0.64% -
XYZ 12.96 25.86 4.45 -
YUV 95.96 76.66 60.27 -
System Red Green Blue C M Y K H S L
Decimal 1 162 5 0.99 0 0.97 0.36 121.49 0.99 0.32
Hex 1 A2 5 63 0 61 24 79 63 20
Octal 1 242 5 143 0 141 44 171 143 40
Binary 1 10100010 101 1100011 0 1100001 100100 1111001 1100011 100000

Color Harmonies of #01A205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A205

Black with #01A205

Text Example


Text Example

White with #01A205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,162,5); }

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

background-color css

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

 a { background-color: rgb(1,162,5); }

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

border-color css

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

 span { border-color: rgb(1,162,5); }

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