Html Css Color HEX #21A15D Eucalyptus

📋 copy color: '#21A15D'

red 33 ◦ green 161 ◦ blue 93

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

Shades of Eucalyptus #21A15D

Tints of Eucalyptus #21A15D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 56.1%

 BLUE value IS 93 (36.72% from 255) = 32.4%

R = 11.5%
G = 56.1%
B = 32.4%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#21A15D (or 0x21A15D) is known color: Eucalyptus. HEX triplet: 21, A1 and 5D. RGB value is (33,161,93). Sum of RGB (Red+Green+Blue) = 33+161+93=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 161 (63.28% from 255 or 56.10% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 161 - color contains mainly: green. Hex color #21A15D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A15D is #DE5EA2. Grayscale: #737373. Windows color (decimal): -14573219 or 6136097. OLE color: 6136097.

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

Color convert

RGB 33 161 93 -
CMYK 0.80 0 0.42 0.37
HSL 148.13º 0.66% 0.38% -
HSV(B) 148.13º 0.8% 0.63% -
XYZ 15.35 26.6 14.68 -
YUV 114.98 115.59 69.53 -
System Red Green Blue C M Y K H S L
Decimal 33 161 93 0.80 0 0.42 0.37 148.13 0.66 0.38
Hex 21 A1 5D 50 0 2A 25 94 42 26
Octal 41 241 135 120 0 52 45 224 102 46
Binary 100001 10100001 1011101 1010000 0 101010 100101 10010100 1000010 100110

Color Harmonies of #21A15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A15D

Black with #21A15D

Text Example


Text Example

White with #21A15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,161,93); }

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

background-color css

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

 a { background-color: rgb(33,161,93); }

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

border-color css

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

 span { border-color: rgb(33,161,93); }

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