Html Css Color HEX #21E009 Free Speech Green

📋 copy color: '#21E009'

red 33 ◦ green 224 ◦ blue 9

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

Shades of Free Speech Green #21E009

Tints of Free Speech Green #21E009

RGB

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

 GREEN value IS 224 (87.89% from 255) = 84.21%

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

R = 12.41%
G = 84.21%
B = 3.38%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#21E009 (or 0x21E009) is known color: Free Speech Green. HEX triplet: 21, E0 and 09. RGB value is (33,224,9). Sum of RGB (Red+Green+Blue) = 33+224+9=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 224 (87.89% from 255 or 84.21% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 224 - color contains mainly: green. Hex color #21E009 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21E009 is #DE1FF6. Grayscale: #8F8F8F. Windows color (decimal): -14557175 or 647201. OLE color: 647201.

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

Color convert

RGB 33 224 9 -
CMYK 0.85 0 0.96 0.12
HSL 113.3º 0.92% 0.46% -
HSV(B) 113.3º 0.96% 0.88% -
XYZ 27.33 53.65 9.17 -
YUV 142.38 52.72 49.98 -
System Red Green Blue C M Y K H S L
Decimal 33 224 9 0.85 0 0.96 0.12 113.3 0.92 0.46
Hex 21 E0 9 55 0 60 C 71 5C 2E
Octal 41 340 11 125 0 140 14 161 134 56
Binary 100001 11100000 1001 1010101 0 1100000 1100 1110001 1011100 101110

Color Harmonies of #21E009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E009

Black with #21E009

Text Example


Text Example

White with #21E009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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