Html Css Color HEX #21AF5A Eucalyptus

📋 copy color: '#21AF5A'

red 33 ◦ green 175 ◦ blue 90

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

Shades of Eucalyptus #21AF5A

Tints of Eucalyptus #21AF5A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 58.72%

 BLUE value IS 90 (35.55% from 255) = 30.2%

R = 11.07%
G = 58.72%
B = 30.2%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#21AF5A (or 0x21AF5A) is known color: Eucalyptus. HEX triplet: 21, AF and 5A. RGB value is (33,175,90). Sum of RGB (Red+Green+Blue) = 33+175+90=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 175 (68.75% from 255 or 58.72% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 175 - color contains mainly: green. Hex color #21AF5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AF5A is #DE50A5. Grayscale: #7B7B7B. Windows color (decimal): -14569638 or 5943073. OLE color: 5943073.

HSL color Cylindrical-coordinate representation of color #21AF5A: hue angle of 144.08º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AF5A is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 33 175 90 -
CMYK 0.81 0 0.49 0.31
HSL 144.08º 0.68% 0.41% -
HSV(B) 144.08º 0.81% 0.69% -
XYZ 17.8 31.72 14.86 -
YUV 122.85 109.46 63.91 -
System Red Green Blue C M Y K H S L
Decimal 33 175 90 0.81 0 0.49 0.31 144.08 0.68 0.41
Hex 21 AF 5A 51 0 31 1F 90 44 29
Octal 41 257 132 121 0 61 37 220 104 51
Binary 100001 10101111 1011010 1010001 0 110001 11111 10010000 1000100 101001

Color Harmonies of #21AF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AF5A

Black with #21AF5A

Text Example


Text Example

White with #21AF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,175,90); }

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

background-color css

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

 a { background-color: rgb(33,175,90); }

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

border-color css

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

 span { border-color: rgb(33,175,90); }

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