Html Css Color HEX #05A413 Islamic Green

📋 copy color: '#05A413'

red 5 ◦ green 164 ◦ blue 19

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

Shades of Islamic Green #05A413

Tints of Islamic Green #05A413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.11%

R = 2.66%
G = 87.23%
B = 10.11%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#05A413 (or 0x05A413) is known color: Islamic Green. HEX triplet: 05, A4 and 13. RGB value is (5,164,19). Sum of RGB (Red+Green+Blue) = 5+164+19=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 164 (64.45% from 255 or 87.23% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 164 - color contains mainly: green. Hex color #05A413 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05A413 is #FA5BEC. Grayscale: #646464. Windows color (decimal): -16407533 or 1287173. OLE color: 1287173.

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

Color convert

RGB 5 164 19 -
CMYK 0.97 0 0.88 0.36
HSL 125.28º 0.94% 0.33% -
HSV(B) 125.28º 0.97% 0.64% -
XYZ 13.46 26.63 5.05 -
YUV 99.93 82.32 60.29 -
System Red Green Blue C M Y K H S L
Decimal 5 164 19 0.97 0 0.88 0.36 125.28 0.94 0.33
Hex 5 A4 13 61 0 58 24 7D 5E 21
Octal 5 244 23 141 0 130 44 175 136 41
Binary 101 10100100 10011 1100001 0 1011000 100100 1111101 1011110 100001

Color Harmonies of #05A413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A413

Black with #05A413

Text Example


Text Example

White with #05A413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,164,19); }

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

background-color css

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

 a { background-color: rgb(5,164,19); }

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

border-color css

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

 span { border-color: rgb(5,164,19); }

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