Html Css Color HEX #05AC00 Islamic Green

📋 copy color: '#05AC00'

red 5 ◦ green 172 ◦ blue 0

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

Shades of Islamic Green #05AC00

Tints of Islamic Green #05AC00

RGB

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

 GREEN value IS 172 (67.58% from 255) = 97.18%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 2.82%
G = 97.18%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#05AC00 (or 0x05AC00) is known color: Islamic Green. HEX triplet: 05, AC and 00. RGB value is (5,172,0). Sum of RGB (Red+Green+Blue) = 5+172+0=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 172 (67.58% from 255 or 97.18% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 172 - color contains mainly: green. Hex color #05AC00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05AC00 is #FA53FF. Grayscale: #666666. Windows color (decimal): -16405504 or 44037. OLE color: 44037.

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

Color convert

RGB 5 172 0 -
CMYK 0.97 0 1 0.33
HSL 118.26º 1% 0.34% -
HSV(B) 118.26º 1% 0.67% -
XYZ 14.82 29.54 4.92 -
YUV 102.46 70.17 58.49 -
System Red Green Blue C M Y K H S L
Decimal 5 172 0 0.97 0 1 0.33 118.26 1 0.34
Hex 5 AC 0 61 0 64 21 76 64 22
Octal 5 254 0 141 0 144 41 166 144 42
Binary 101 10101100 0 1100001 0 1100100 100001 1110110 1100100 100010

Color Harmonies of #05AC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AC00

Black with #05AC00

Text Example


Text Example

White with #05AC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,172,0); }

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

background-color css

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

 a { background-color: rgb(5,172,0); }

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

border-color css

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

 span { border-color: rgb(5,172,0); }

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