Html Css Color HEX #21AE64 Eucalyptus

📋 copy color: '#21AE64'

red 33 ◦ green 174 ◦ blue 100

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

Shades of Eucalyptus #21AE64

Tints of Eucalyptus #21AE64

RGB

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

 GREEN value IS 174 (68.36% from 255) = 56.68%

 BLUE value IS 100 (39.45% from 255) = 32.57%

R = 10.75%
G = 56.68%
B = 32.57%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#21AE64 (or 0x21AE64) is known color: Eucalyptus. HEX triplet: 21, AE and 64. RGB value is (33,174,100). Sum of RGB (Red+Green+Blue) = 33+174+100=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 174 (68.36% from 255 or 56.68% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 174 - color contains mainly: green. Hex color #21AE64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AE64 is #DE519B. Grayscale: #7B7B7B. Windows color (decimal): -14569884 or 6598177. OLE color: 6598177.

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

Color convert

RGB 33 174 100 -
CMYK 0.81 0 0.43 0.32
HSL 148.51º 0.68% 0.41% -
HSV(B) 148.51º 0.81% 0.68% -
XYZ 18.06 31.52 17.19 -
YUV 123.41 114.79 63.52 -
System Red Green Blue C M Y K H S L
Decimal 33 174 100 0.81 0 0.43 0.32 148.51 0.68 0.41
Hex 21 AE 64 51 0 2B 20 95 44 29
Octal 41 256 144 121 0 53 40 225 104 51
Binary 100001 10101110 1100100 1010001 0 101011 100000 10010101 1000100 101001

Color Harmonies of #21AE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AE64

Black with #21AE64

Text Example


Text Example

White with #21AE64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,174,100); }

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

background-color css

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

 a { background-color: rgb(33,174,100); }

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

border-color css

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

 span { border-color: rgb(33,174,100); }

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