Html Css Color HEX #21AC68 Eucalyptus

📋 copy color: '#21AC68'

red 33 ◦ green 172 ◦ blue 104

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

Shades of Eucalyptus #21AC68

Tints of Eucalyptus #21AC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.66%

R = 10.68%
G = 55.66%
B = 33.66%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#21AC68 (or 0x21AC68) is known color: Eucalyptus. HEX triplet: 21, AC and 68. RGB value is (33,172,104). Sum of RGB (Red+Green+Blue) = 33+172+104=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 172 (67.58% from 255 or 55.66% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AC68 is #DE5397. Grayscale: #7A7A7A. Windows color (decimal): -14570392 or 6859809. OLE color: 6859809.

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

Color convert

RGB 33 172 104 -
CMYK 0.81 0 0.40 0.33
HSL 150.65º 0.68% 0.4% -
HSV(B) 150.65º 0.81% 0.67% -
XYZ 17.88 30.83 18.1 -
YUV 122.69 117.45 64.03 -
System Red Green Blue C M Y K H S L
Decimal 33 172 104 0.81 0 0.40 0.33 150.65 0.68 0.4
Hex 21 AC 68 51 0 28 21 97 44 28
Octal 41 254 150 121 0 50 41 227 104 50
Binary 100001 10101100 1101000 1010001 0 101000 100001 10010111 1000100 101000

Color Harmonies of #21AC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AC68

Black with #21AC68

Text Example


Text Example

White with #21AC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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