Html Css Color HEX #05AB20 Dark Pastel Green

📋 copy color: '#05AB20'

red 5 ◦ green 171 ◦ blue 32

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

Shades of Dark Pastel Green #05AB20

Tints of Dark Pastel Green #05AB20

RGB

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

 GREEN value IS 171 (67.19% from 255) = 82.21%

 BLUE value IS 32 (12.89% from 255) = 15.38%

R = 2.4%
G = 82.21%
B = 15.38%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#05AB20 (or 0x05AB20) is known color: Dark Pastel Green. HEX triplet: 05, AB and 20. RGB value is (5,171,32). Sum of RGB (Red+Green+Blue) = 5+171+32=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 171 (67.19% from 255 or 82.21% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 171 - color contains mainly: green. Hex color #05AB20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AB20 is #FA54DF. Grayscale: #696969. Windows color (decimal): -16405728 or 2140933. OLE color: 2140933.

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

Color convert

RGB 5 171 32 -
CMYK 0.97 0 0.81 0.33
HSL 129.76º 0.94% 0.35% -
HSV(B) 129.76º 0.97% 0.67% -
XYZ 14.89 29.26 6.23 -
YUV 105.52 86.5 56.3 -
System Red Green Blue C M Y K H S L
Decimal 5 171 32 0.97 0 0.81 0.33 129.76 0.94 0.35
Hex 5 AB 20 61 0 51 21 82 5E 23
Octal 5 253 40 141 0 121 41 202 136 43
Binary 101 10101011 100000 1100001 0 1010001 100001 10000010 1011110 100011

Color Harmonies of #05AB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AB20

Black with #05AB20

Text Example


Text Example

White with #05AB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,171,32); }

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

background-color css

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

 a { background-color: rgb(5,171,32); }

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

border-color css

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

 span { border-color: rgb(5,171,32); }

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