Html Css Color HEX #05A504 Islamic Green

📋 copy color: '#05A504'

red 5 ◦ green 165 ◦ blue 4

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

Shades of Islamic Green #05A504

Tints of Islamic Green #05A504

RGB

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

 GREEN value IS 165 (64.84% from 255) = 94.83%

 BLUE value IS 4 (1.95% from 255) = 2.3%

R = 2.87%
G = 94.83%
B = 2.3%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#05A504 (or 0x05A504) is known color: Islamic Green. HEX triplet: 05, A5 and 04. RGB value is (5,165,4). Sum of RGB (Red+Green+Blue) = 5+165+4=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 165 (64.84% from 255 or 94.83% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 165 - color contains mainly: green. Hex color #05A504 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05A504 is #FA5AFB. Grayscale: #636363. Windows color (decimal): -16407292 or 304389. OLE color: 304389.

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

Color convert

RGB 5 165 4 -
CMYK 0.97 0 0.98 0.35
HSL 119.63º 0.95% 0.33% -
HSV(B) 119.63º 0.98% 0.65% -
XYZ 13.54 26.95 4.6 -
YUV 98.81 74.49 61.09 -
System Red Green Blue C M Y K H S L
Decimal 5 165 4 0.97 0 0.98 0.35 119.63 0.95 0.33
Hex 5 A5 4 61 0 62 23 78 5F 21
Octal 5 245 4 141 0 142 43 170 137 41
Binary 101 10100101 100 1100001 0 1100010 100011 1111000 1011111 100001

Color Harmonies of #05A504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A504

Black with #05A504

Text Example


Text Example

White with #05A504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,165,4); }

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

background-color css

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

 a { background-color: rgb(5,165,4); }

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

border-color css

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

 span { border-color: rgb(5,165,4); }

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