Html Css Color HEX #11DE0A Free Speech Green

📋 copy color: '#11DE0A'

red 17 ◦ green 222 ◦ blue 10

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

Shades of Free Speech Green #11DE0A

Tints of Free Speech Green #11DE0A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 89.16%

 BLUE value IS 10 (4.3% from 255) = 4.02%

R = 6.83%
G = 89.16%
B = 4.02%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#11DE0A (or 0x11DE0A) is known color: Free Speech Green. HEX triplet: 11, DE and 0A. RGB value is (17,222,10). Sum of RGB (Red+Green+Blue) = 17+222+10=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 222 (87.11% from 255 or 89.16% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 222 - color contains mainly: green. Hex color #11DE0A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11DE0A is #EE21F5. Grayscale: #898989. Windows color (decimal): -15606262 or 712209. OLE color: 712209.

HSL color Cylindrical-coordinate representation of color #11DE0A: hue angle of 118.02º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #11DE0A is Cyan = 0.92, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 222 10 -
CMYK 0.92 0 0.95 0.13
HSL 118.02º 0.91% 0.45% -
HSV(B) 118.02º 0.95% 0.87% -
XYZ 26.41 52.38 9.01 -
YUV 136.54 56.58 42.74 -
System Red Green Blue C M Y K H S L
Decimal 17 222 10 0.92 0 0.95 0.13 118.02 0.91 0.45
Hex 11 DE A 5C 0 5F D 76 5B 2D
Octal 21 336 12 134 0 137 15 166 133 55
Binary 10001 11011110 1010 1011100 0 1011111 1101 1110110 1011011 101101

Color Harmonies of #11DE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DE0A

Black with #11DE0A

Text Example


Text Example

White with #11DE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,222,10); }

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

background-color css

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

 a { background-color: rgb(17,222,10); }

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

border-color css

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

 span { border-color: rgb(17,222,10); }

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