Html Css Color HEX #05AD28 Dark Pastel Green

📋 copy color: '#05AD28'

red 5 ◦ green 173 ◦ blue 40

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

Shades of Dark Pastel Green #05AD28

Tints of Dark Pastel Green #05AD28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.35%

R = 2.29%
G = 79.36%
B = 18.35%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#05AD28 (or 0x05AD28) is known color: Dark Pastel Green. HEX triplet: 05, AD and 28. RGB value is (5,173,40). Sum of RGB (Red+Green+Blue) = 5+173+40=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 173 (67.97% from 255 or 79.36% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 173 - color contains mainly: green. Hex color #05AD28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AD28 is #FA52D7. Grayscale: #6B6B6B. Windows color (decimal): -16405208 or 2665733. OLE color: 2665733.

HSL color Cylindrical-coordinate representation of color #05AD28: hue angle of 132.5º 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 #05AD28 is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 173 40 -
CMYK 0.97 0 0.77 0.32
HSL 132.5º 0.94% 0.35% -
HSV(B) 132.5º 0.97% 0.68% -
XYZ 15.39 30.07 7 -
YUV 107.61 89.84 54.81 -
System Red Green Blue C M Y K H S L
Decimal 5 173 40 0.97 0 0.77 0.32 132.5 0.94 0.35
Hex 5 AD 28 61 0 4D 20 84 5E 23
Octal 5 255 50 141 0 115 40 204 136 43
Binary 101 10101101 101000 1100001 0 1001101 100000 10000100 1011110 100011

Color Harmonies of #05AD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AD28

Black with #05AD28

Text Example


Text Example

White with #05AD28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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