Html Css Color HEX #21AC49 Chateau Green

📋 copy color: '#21AC49'

red 33 ◦ green 172 ◦ blue 73

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

Shades of Chateau Green #21AC49

Tints of Chateau Green #21AC49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 26.26%

R = 11.87%
G = 61.87%
B = 26.26%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#21AC49 (or 0x21AC49) is known color: Chateau Green. HEX triplet: 21, AC and 49. RGB value is (33,172,73). Sum of RGB (Red+Green+Blue) = 33+172+73=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 172 (67.58% from 255 or 61.87% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AC49 is #DE53B6. Grayscale: #777777. Windows color (decimal): -14570423 or 4828193. OLE color: 4828193.

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

Color convert

RGB 33 172 73 -
CMYK 0.81 0 0.58 0.33
HSL 137.27º 0.68% 0.4% -
HSV(B) 137.27º 0.81% 0.67% -
XYZ 16.58 30.31 11.28 -
YUV 119.15 101.95 66.55 -
System Red Green Blue C M Y K H S L
Decimal 33 172 73 0.81 0 0.58 0.33 137.27 0.68 0.4
Hex 21 AC 49 51 0 3A 21 89 44 28
Octal 41 254 111 121 0 72 41 211 104 50
Binary 100001 10101100 1001001 1010001 0 111010 100001 10001001 1000100 101000

Color Harmonies of #21AC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AC49

Black with #21AC49

Text Example


Text Example

White with #21AC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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