Html Css Color HEX #05AD1C Islamic Green

📋 copy color: '#05AD1C'

red 5 ◦ green 173 ◦ blue 28

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

Shades of Islamic Green #05AD1C

Tints of Islamic Green #05AD1C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 83.98%

 BLUE value IS 28 (11.33% from 255) = 13.59%

R = 2.43%
G = 83.98%
B = 13.59%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#05AD1C (or 0x05AD1C) is known color: Islamic Green. HEX triplet: 05, AD and 1C. RGB value is (5,173,28). Sum of RGB (Red+Green+Blue) = 5+173+28=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 173 (67.97% from 255 or 83.98% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 173 - color contains mainly: green. Hex color #05AD1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AD1C is #FA52E3. Grayscale: #6A6A6A. Windows color (decimal): -16405220 or 1879301. OLE color: 1879301.

HSL color Cylindrical-coordinate representation of color #05AD1C: hue angle of 128.21º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AD1C is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 173 28 -
CMYK 0.97 0 0.84 0.32
HSL 128.21º 0.94% 0.35% -
HSV(B) 128.21º 0.97% 0.68% -
XYZ 15.22 30 6.09 -
YUV 106.24 83.84 55.79 -
System Red Green Blue C M Y K H S L
Decimal 5 173 28 0.97 0 0.84 0.32 128.21 0.94 0.35
Hex 5 AD 1C 61 0 54 20 80 5E 23
Octal 5 255 34 141 0 124 40 200 136 43
Binary 101 10101101 11100 1100001 0 1010100 100000 10000000 1011110 100011

Color Harmonies of #05AD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AD1C

Black with #05AD1C

Text Example


Text Example

White with #05AD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,173,28); }

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

background-color css

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

 a { background-color: rgb(5,173,28); }

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

border-color css

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

 span { border-color: rgb(5,173,28); }

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