Html Css Color HEX #05A901 Islamic Green

📋 copy color: '#05A901'

red 5 ◦ green 169 ◦ blue 1

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

Shades of Islamic Green #05A901

Tints of Islamic Green #05A901

RGB

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

 GREEN value IS 169 (66.41% from 255) = 96.57%

 BLUE value IS 1 (0.78% from 255) = 0.57%

R = 2.86%
G = 96.57%
B = 0.57%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#05A901 (or 0x05A901) is known color: Islamic Green. HEX triplet: 05, A9 and 01. RGB value is (5,169,1). Sum of RGB (Red+Green+Blue) = 5+169+1=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 169 (66.41% from 255 or 96.57% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 169 - color contains mainly: green. Hex color #05A901 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05A901 is #FA56FE. Grayscale: #656565. Windows color (decimal): -16406271 or 108805. OLE color: 108805.

HSL color Cylindrical-coordinate representation of color #05A901: hue angle of 118.57º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #05A901 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 5 169 1 -
CMYK 0.97 0 0.99 0.34
HSL 118.57º 0.99% 0.33% -
HSV(B) 118.57º 0.99% 0.66% -
XYZ 14.26 28.41 4.76 -
YUV 100.81 71.67 59.66 -
System Red Green Blue C M Y K H S L
Decimal 5 169 1 0.97 0 0.99 0.34 118.57 0.99 0.33
Hex 5 A9 1 61 0 63 22 77 63 21
Octal 5 251 1 141 0 143 42 167 143 41
Binary 101 10101001 1 1100001 0 1100011 100010 1110111 1100011 100001

Color Harmonies of #05A901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A901

Black with #05A901

Text Example


Text Example

White with #05A901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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