Html Css Color HEX #05A101 Islamic Green

📋 copy color: '#05A101'

red 5 ◦ green 161 ◦ blue 1

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

Shades of Islamic Green #05A101

Tints of Islamic Green #05A101

RGB

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

 GREEN value IS 161 (63.28% from 255) = 96.41%

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

R = 2.99%
G = 96.41%
B = 0.6%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#05A101 (or 0x05A101) is known color: Islamic Green. HEX triplet: 05, A1 and 01. RGB value is (5,161,1). Sum of RGB (Red+Green+Blue) = 5+161+1=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 161 (63.28% from 255 or 96.41% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 161 - color contains mainly: green. Hex color #05A101 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05A101 is #FA5EFE. Grayscale: #606060. Windows color (decimal): -16408319 or 106757. OLE color: 106757.

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

Color convert

RGB 5 161 1 -
CMYK 0.97 0 0.99 0.37
HSL 118.5º 0.99% 0.32% -
HSV(B) 118.5º 0.99% 0.63% -
XYZ 12.81 25.52 4.28 -
YUV 96.12 74.32 63.01 -
System Red Green Blue C M Y K H S L
Decimal 5 161 1 0.97 0 0.99 0.37 118.5 0.99 0.32
Hex 5 A1 1 61 0 63 25 76 63 20
Octal 5 241 1 141 0 143 45 166 143 40
Binary 101 10100001 1 1100001 0 1100011 100101 1110110 1100011 100000

Color Harmonies of #05A101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A101

Black with #05A101

Text Example


Text Example

White with #05A101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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