Html Css Color HEX #21AC50 Eucalyptus

📋 copy color: '#21AC50'

red 33 ◦ green 172 ◦ blue 80

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

Shades of Eucalyptus #21AC50

Tints of Eucalyptus #21AC50

RGB

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

 GREEN value IS 172 (67.58% from 255) = 60.35%

 BLUE value IS 80 (31.64% from 255) = 28.07%

R = 11.58%
G = 60.35%
B = 28.07%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#21AC50 (or 0x21AC50) is known color: Eucalyptus. HEX triplet: 21, AC and 50. RGB value is (33,172,80). Sum of RGB (Red+Green+Blue) = 33+172+80=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 172 (67.58% from 255 or 60.35% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AC50 is #DE53AF. Grayscale: #787878. Windows color (decimal): -14570416 or 5286945. OLE color: 5286945.

HSL color Cylindrical-coordinate representation of color #21AC50: hue angle of 140.29º degrees, saturation: 0.68, 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 #21AC50 is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 172 80 -
CMYK 0.81 0 0.53 0.33
HSL 140.29º 0.68% 0.4% -
HSV(B) 140.29º 0.81% 0.67% -
XYZ 16.83 30.41 12.57 -
YUV 119.95 105.45 65.98 -
System Red Green Blue C M Y K H S L
Decimal 33 172 80 0.81 0 0.53 0.33 140.29 0.68 0.4
Hex 21 AC 50 51 0 35 21 8C 44 28
Octal 41 254 120 121 0 65 41 214 104 50
Binary 100001 10101100 1010000 1010001 0 110101 100001 10001100 1000100 101000

Color Harmonies of #21AC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AC50

Black with #21AC50

Text Example


Text Example

White with #21AC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,172,80); }

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

background-color css

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

 a { background-color: rgb(33,172,80); }

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

border-color css

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

 span { border-color: rgb(33,172,80); }

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