Html Css Color HEX #11F214 Free Speech Green

📋 copy color: '#11F214'

red 17 ◦ green 242 ◦ blue 20

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

Shades of Free Speech Green #11F214

Tints of Free Speech Green #11F214

RGB

 RED value IS 17 (7.03% from 255) = 6.09%

 GREEN value IS 242 (94.92% from 255) = 86.74%

 BLUE value IS 20 (8.2% from 255) = 7.17%

R = 6.09%
G = 86.74%
B = 7.17%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#11F214 (or 0x11F214) is known color: Free Speech Green. HEX triplet: 11, F2 and 14. RGB value is (17,242,20). Sum of RGB (Red+Green+Blue) = 17+242+20=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 242 (94.92% from 255 or 86.74% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 242 - color contains mainly: green. Hex color #11F214 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11F214 is #EE0DEB. Grayscale: #969696. Windows color (decimal): -15601132 or 1372689. OLE color: 1372689.

HSL color Cylindrical-coordinate representation of color #11F214: hue angle of 120.8º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F214 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 17 242 20 -
CMYK 0.93 0 0.92 0.05
HSL 120.8º 0.9% 0.51% -
HSV(B) 120.8º 0.93% 0.95% -
XYZ 32.11 63.67 11.26 -
YUV 149.42 54.96 33.55 -
System Red Green Blue C M Y K H S L
Decimal 17 242 20 0.93 0 0.92 0.05 120.8 0.9 0.51
Hex 11 F2 14 5D 0 5C 5 79 5A 33
Octal 21 362 24 135 0 134 5 171 132 63
Binary 10001 11110010 10100 1011101 0 1011100 101 1111001 1011010 110011

Color Harmonies of #11F214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11F214

Black with #11F214

Text Example


Text Example

White with #11F214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11F214; }

 p { color: rgb(17,242,20); }

 H1.HeaderClassName
 {
   color: #11F214;
 }
 .AnyTagClassName
 {
   color: #11F214;
 }
</style>

background-color css

<style>
 a { background-color: #11F214; }

 a { background-color: rgb(17,242,20); }

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

border-color css

<style>
 span { border-color: #11F214; }

 span { border-color: rgb(17,242,20); }

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