Html Css Color HEX #21A053 Eucalyptus

📋 copy color: '#21A053'

red 33 ◦ green 160 ◦ blue 83

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

Shades of Eucalyptus #21A053

Tints of Eucalyptus #21A053

RGB

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

 GREEN value IS 160 (62.89% from 255) = 57.97%

 BLUE value IS 83 (32.81% from 255) = 30.07%

R = 11.96%
G = 57.97%
B = 30.07%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#21A053 (or 0x21A053) is known color: Eucalyptus. HEX triplet: 21, A0 and 53. RGB value is (33,160,83). Sum of RGB (Red+Green+Blue) = 33+160+83=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 160 (62.89% from 255 or 57.97% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 160 - color contains mainly: green. Hex color #21A053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A053 is #DE5FAC. Grayscale: #717171. Windows color (decimal): -14573485 or 5480481. OLE color: 5480481.

HSL color Cylindrical-coordinate representation of color #21A053: hue angle of 143.62º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21A053 is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 33 160 83 -
CMYK 0.79 0 0.48 0.37
HSL 143.62º 0.66% 0.38% -
HSV(B) 143.62º 0.79% 0.63% -
XYZ 14.76 26.09 12.44 -
YUV 113.25 110.92 70.76 -
System Red Green Blue C M Y K H S L
Decimal 33 160 83 0.79 0 0.48 0.37 143.62 0.66 0.38
Hex 21 A0 53 4F 0 30 25 90 42 26
Octal 41 240 123 117 0 60 45 220 102 46
Binary 100001 10100000 1010011 1001111 0 110000 100101 10010000 1000010 100110

Color Harmonies of #21A053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A053

Black with #21A053

Text Example


Text Example

White with #21A053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,160,83); }

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

background-color css

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

 a { background-color: rgb(33,160,83); }

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

border-color css

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

 span { border-color: rgb(33,160,83); }

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