Html Css Color HEX #21A15F Eucalyptus

📋 copy color: '#21A15F'

red 33 ◦ green 161 ◦ blue 95

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

Shades of Eucalyptus #21A15F

Tints of Eucalyptus #21A15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.87%

R = 11.42%
G = 55.71%
B = 32.87%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#21A15F (or 0x21A15F) is known color: Eucalyptus. HEX triplet: 21, A1 and 5F. RGB value is (33,161,95). Sum of RGB (Red+Green+Blue) = 33+161+95=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 161 (63.28% from 255 or 55.71% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 161 - color contains mainly: green. Hex color #21A15F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A15F is #DE5EA0. Grayscale: #737373. Windows color (decimal): -14573217 or 6267169. OLE color: 6267169.

HSL color Cylindrical-coordinate representation of color #21A15F: hue angle of 149.06º 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 #21A15F is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB 33 161 95 -
CMYK 0.80 0 0.41 0.37
HSL 149.06º 0.66% 0.38% -
HSV(B) 149.06º 0.8% 0.63% -
XYZ 15.44 26.64 15.15 -
YUV 115.2 116.59 69.37 -
System Red Green Blue C M Y K H S L
Decimal 33 161 95 0.80 0 0.41 0.37 149.06 0.66 0.38
Hex 21 A1 5F 50 0 29 25 95 42 26
Octal 41 241 137 120 0 51 45 225 102 46
Binary 100001 10100001 1011111 1010000 0 101001 100101 10010101 1000010 100110

Color Harmonies of #21A15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A15F

Black with #21A15F

Text Example


Text Example

White with #21A15F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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