Html Css Color HEX #05A602 Islamic Green

📋 copy color: '#05A602'

red 5 ◦ green 166 ◦ blue 2

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

Shades of Islamic Green #05A602

Tints of Islamic Green #05A602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.16%

R = 2.89%
G = 95.95%
B = 1.16%

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

#05A602 (or 0x05A602) is known color: Islamic Green. HEX triplet: 05, A6 and 02. RGB value is (5,166,2). Sum of RGB (Red+Green+Blue) = 5+166+2=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 166 (65.23% from 255 or 95.95% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 166 - color contains mainly: green. Hex color #05A602 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05A602 is #FA59FD. Grayscale: #636363. Windows color (decimal): -16407038 or 173573. OLE color: 173573.

HSL color Cylindrical-coordinate representation of color #05A602: hue angle of 118.9º degrees, saturation: 0.98, 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 #05A602 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 5 166 2 -
CMYK 0.97 0 0.99 0.35
HSL 118.9º 0.98% 0.33% -
HSV(B) 118.9º 0.99% 0.65% -
XYZ 13.71 27.31 4.61 -
YUV 99.17 73.16 60.84 -
System Red Green Blue C M Y K H S L
Decimal 5 166 2 0.97 0 0.99 0.35 118.9 0.98 0.33
Hex 5 A6 2 61 0 63 23 77 62 21
Octal 5 246 2 141 0 143 43 167 142 41
Binary 101 10100110 10 1100001 0 1100011 100011 1110111 1100010 100001

Color Harmonies of #05A602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A602

Black with #05A602

Text Example


Text Example

White with #05A602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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