Html Css Color HEX #05A524 Dark Pastel Green

📋 copy color: '#05A524'

red 5 ◦ green 165 ◦ blue 36

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

Shades of Dark Pastel Green #05A524

Tints of Dark Pastel Green #05A524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.48%

R = 2.43%
G = 80.1%
B = 17.48%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#05A524 (or 0x05A524) is known color: Dark Pastel Green. HEX triplet: 05, A5 and 24. RGB value is (5,165,36). Sum of RGB (Red+Green+Blue) = 5+165+36=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 165 (64.84% from 255 or 80.10% from 206); Blue value is 36 (14.45% from 255 or 17.48% from 206); Max value from RGB is 165 - color contains mainly: green. Hex color #05A524 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A524 is #FA5ADB. Grayscale: #666666. Windows color (decimal): -16407260 or 2401541. OLE color: 2401541.

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

Color convert

RGB 5 165 36 -
CMYK 0.97 0 0.78 0.35
HSL 131.63º 0.94% 0.33% -
HSV(B) 131.63º 0.97% 0.65% -
XYZ 13.84 27.07 6.16 -
YUV 102.45 90.49 58.49 -
System Red Green Blue C M Y K H S L
Decimal 5 165 36 0.97 0 0.78 0.35 131.63 0.94 0.33
Hex 5 A5 24 61 0 4E 23 84 5E 21
Octal 5 245 44 141 0 116 43 204 136 41
Binary 101 10100101 100100 1100001 0 1001110 100011 10000100 1011110 100001

Color Harmonies of #05A524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A524

Black with #05A524

Text Example


Text Example

White with #05A524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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