Html Css Color HEX #21DA09 Free Speech Green

📋 copy color: '#21DA09'

red 33 ◦ green 218 ◦ blue 9

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

Shades of Free Speech Green #21DA09

Tints of Free Speech Green #21DA09

RGB

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

 GREEN value IS 218 (85.55% from 255) = 83.85%

 BLUE value IS 9 (3.91% from 255) = 3.46%

R = 12.69%
G = 83.85%
B = 3.46%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#21DA09 (or 0x21DA09) is known color: Free Speech Green. HEX triplet: 21, DA and 09. RGB value is (33,218,9). Sum of RGB (Red+Green+Blue) = 33+218+9=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 218 (85.55% from 255 or 83.85% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 218 - color contains mainly: green. Hex color #21DA09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21DA09 is #DE25F6. Grayscale: #8B8B8B. Windows color (decimal): -14558711 or 645665. OLE color: 645665.

HSL color Cylindrical-coordinate representation of color #21DA09: hue angle of 113.11º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #21DA09 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 33 218 9 -
CMYK 0.85 0 0.96 0.15
HSL 113.11º 0.92% 0.45% -
HSV(B) 113.11º 0.96% 0.85% -
XYZ 25.75 50.49 8.65 -
YUV 138.86 54.71 52.49 -
System Red Green Blue C M Y K H S L
Decimal 33 218 9 0.85 0 0.96 0.15 113.11 0.92 0.45
Hex 21 DA 9 55 0 60 F 71 5C 2D
Octal 41 332 11 125 0 140 17 161 134 55
Binary 100001 11011010 1001 1010101 0 1100000 1111 1110001 1011100 101101

Color Harmonies of #21DA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DA09

Black with #21DA09

Text Example


Text Example

White with #21DA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,218,9); }

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

background-color css

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

 a { background-color: rgb(33,218,9); }

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

border-color css

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

 span { border-color: rgb(33,218,9); }

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