Html Css Color HEX #05A601 Islamic Green

📋 copy color: '#05A601'

red 5 ◦ green 166 ◦ blue 1

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

Shades of Islamic Green #05A601

Tints of Islamic Green #05A601

RGB

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

 GREEN value IS 166 (65.23% from 255) = 96.51%

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

R = 2.91%
G = 96.51%
B = 0.58%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#05A601 (or 0x05A601) is known color: Islamic Green. HEX triplet: 05, A6 and 01. RGB value is (5,166,1). Sum of RGB (Red+Green+Blue) = 5+166+1=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 166 (65.23% from 255 or 96.51% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 166 - color contains mainly: green. Hex color #05A601 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05A601 is #FA59FE. Grayscale: #636363. Windows color (decimal): -16407039 or 108037. OLE color: 108037.

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

Color convert

RGB 5 166 1 -
CMYK 0.97 0 0.99 0.35
HSL 118.55º 0.99% 0.33% -
HSV(B) 118.55º 0.99% 0.65% -
XYZ 13.7 27.31 4.58 -
YUV 99.05 72.66 60.92 -
System Red Green Blue C M Y K H S L
Decimal 5 166 1 0.97 0 0.99 0.35 118.55 0.99 0.33
Hex 5 A6 1 61 0 63 23 77 63 21
Octal 5 246 1 141 0 143 43 167 143 41
Binary 101 10100110 1 1100001 0 1100011 100011 1110111 1100011 100001

Color Harmonies of #05A601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A601

Black with #05A601

Text Example


Text Example

White with #05A601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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