Html Css Color HEX #11D70E Free Speech Green

📋 copy color: '#11D70E'

red 17 ◦ green 215 ◦ blue 14

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

Shades of Free Speech Green #11D70E

Tints of Free Speech Green #11D70E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 87.4%

 BLUE value IS 14 (5.86% from 255) = 5.69%

R = 6.91%
G = 87.4%
B = 5.69%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#11D70E (or 0x11D70E) is known color: Free Speech Green. HEX triplet: 11, D7 and 0E. RGB value is (17,215,14). Sum of RGB (Red+Green+Blue) = 17+215+14=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 215 (84.38% from 255 or 87.40% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 215 - color contains mainly: green. Hex color #11D70E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11D70E is #EE28F1. Grayscale: #858585. Windows color (decimal): -15608050 or 972561. OLE color: 972561.

HSL color Cylindrical-coordinate representation of color #11D70E: hue angle of 119.1º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11D70E is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 17 215 14 -
CMYK 0.92 0 0.93 0.16
HSL 119.1º 0.88% 0.45% -
HSV(B) 119.1º 0.93% 0.84% -
XYZ 24.61 48.75 8.53 -
YUV 132.88 60.9 45.34 -
System Red Green Blue C M Y K H S L
Decimal 17 215 14 0.92 0 0.93 0.16 119.1 0.88 0.45
Hex 11 D7 E 5C 0 5D 10 77 58 2D
Octal 21 327 16 134 0 135 20 167 130 55
Binary 10001 11010111 1110 1011100 0 1011101 10000 1110111 1011000 101101

Color Harmonies of #11D70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11D70E

Black with #11D70E

Text Example


Text Example

White with #11D70E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,215,14); }

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

background-color css

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

 a { background-color: rgb(17,215,14); }

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

border-color css

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

 span { border-color: rgb(17,215,14); }

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