Html Css Color HEX #21AA65 Eucalyptus

📋 copy color: '#21AA65'

red 33 ◦ green 170 ◦ blue 101

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

Shades of Eucalyptus #21AA65

Tints of Eucalyptus #21AA65

RGB

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

 GREEN value IS 170 (66.8% from 255) = 55.92%

 BLUE value IS 101 (39.84% from 255) = 33.22%

R = 10.86%
G = 55.92%
B = 33.22%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#21AA65 (or 0x21AA65) is known color: Eucalyptus. HEX triplet: 21, AA and 65. RGB value is (33,170,101). Sum of RGB (Red+Green+Blue) = 33+170+101=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 170 (66.80% from 255 or 55.92% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AA65 is #DE559A. Grayscale: #797979. Windows color (decimal): -14570907 or 6662689. OLE color: 6662689.

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

Color convert

RGB 33 170 101 -
CMYK 0.81 0 0.41 0.33
HSL 149.78º 0.67% 0.4% -
HSV(B) 149.78º 0.81% 0.67% -
XYZ 17.35 30.01 17.19 -
YUV 121.17 116.61 65.11 -
System Red Green Blue C M Y K H S L
Decimal 33 170 101 0.81 0 0.41 0.33 149.78 0.67 0.4
Hex 21 AA 65 51 0 29 21 96 43 28
Octal 41 252 145 121 0 51 41 226 103 50
Binary 100001 10101010 1100101 1010001 0 101001 100001 10010110 1000011 101000

Color Harmonies of #21AA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AA65

Black with #21AA65

Text Example


Text Example

White with #21AA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,170,101); }

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

background-color css

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

 a { background-color: rgb(33,170,101); }

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

border-color css

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

 span { border-color: rgb(33,170,101); }

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