Html Css Color HEX #21AD60 Eucalyptus

📋 copy color: '#21AD60'

red 33 ◦ green 173 ◦ blue 96

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

Shades of Eucalyptus #21AD60

Tints of Eucalyptus #21AD60

RGB

 RED value IS 33 (13.28% from 255) = 10.93%

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

 BLUE value IS 96 (37.89% from 255) = 31.79%

R = 10.93%
G = 57.28%
B = 31.79%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#21AD60 (or 0x21AD60) is known color: Eucalyptus. HEX triplet: 21, AD and 60. RGB value is (33,173,96). Sum of RGB (Red+Green+Blue) = 33+173+96=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 173 (67.97% from 255 or 57.28% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AD60 is #DE529F. Grayscale: #7A7A7A. Windows color (decimal): -14570144 or 6335777. OLE color: 6335777.

HSL color Cylindrical-coordinate representation of color #21AD60: hue angle of 147º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AD60 is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 173 96 -
CMYK 0.81 0 0.45 0.32
HSL 147º 0.68% 0.4% -
HSV(B) 147º 0.81% 0.68% -
XYZ 17.68 31.06 16.13 -
YUV 122.36 113.12 64.26 -
System Red Green Blue C M Y K H S L
Decimal 33 173 96 0.81 0 0.45 0.32 147 0.68 0.4
Hex 21 AD 60 51 0 2D 20 93 44 28
Octal 41 255 140 121 0 55 40 223 104 50
Binary 100001 10101101 1100000 1010001 0 101101 100000 10010011 1000100 101000

Color Harmonies of #21AD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AD60

Black with #21AD60

Text Example


Text Example

White with #21AD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21AD60; }

 p { color: rgb(33,173,96); }

 H1.HeaderClassName
 {
   color: #21AD60;
 }
 .AnyTagClassName
 {
   color: #21AD60;
 }
</style>

background-color css

<style>
 a { background-color: #21AD60; }

 a { background-color: rgb(33,173,96); }

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

border-color css

<style>
 span { border-color: #21AD60; }

 span { border-color: rgb(33,173,96); }

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