Html Css Color HEX #05A211 Islamic Green

📋 copy color: '#05A211'

red 5 ◦ green 162 ◦ blue 17

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

Shades of Islamic Green #05A211

Tints of Islamic Green #05A211

RGB

 RED value IS 5 (2.34% from 255) = 2.72%

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

 BLUE value IS 17 (7.03% from 255) = 9.24%

R = 2.72%
G = 88.04%
B = 9.24%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#05A211 (or 0x05A211) is known color: Islamic Green. HEX triplet: 05, A2 and 11. RGB value is (5,162,17). Sum of RGB (Red+Green+Blue) = 5+162+17=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 162 (63.67% from 255 or 88.04% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 162 - color contains mainly: green. Hex color #05A211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05A211 is #FA5DEE. Grayscale: #626262. Windows color (decimal): -16408047 or 1155589. OLE color: 1155589.

HSL color Cylindrical-coordinate representation of color #05A211: hue angle of 124.59º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A211 is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 5 162 17 -
CMYK 0.97 0 0.90 0.36
HSL 124.59º 0.94% 0.33% -
HSV(B) 124.59º 0.97% 0.64% -
XYZ 13.08 25.91 4.84 -
YUV 98.53 81.99 61.29 -
System Red Green Blue C M Y K H S L
Decimal 5 162 17 0.97 0 0.90 0.36 124.59 0.94 0.33
Hex 5 A2 11 61 0 5A 24 7D 5E 21
Octal 5 242 21 141 0 132 44 175 136 41
Binary 101 10100010 10001 1100001 0 1011010 100100 1111101 1011110 100001

Color Harmonies of #05A211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A211

Black with #05A211

Text Example


Text Example

White with #05A211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05A211; }

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

 H1.HeaderClassName
 {
   color: #05A211;
 }
 .AnyTagClassName
 {
   color: #05A211;
 }
</style>

background-color css

<style>
 a { background-color: #05A211; }

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

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

border-color css

<style>
 span { border-color: #05A211; }

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

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