Html Css Color HEX #11D00A Free Speech Green

📋 copy color: '#11D00A'

red 17 ◦ green 208 ◦ blue 10

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

Shades of Free Speech Green #11D00A

Tints of Free Speech Green #11D00A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 88.51%

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

R = 7.23%
G = 88.51%
B = 4.26%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#11D00A (or 0x11D00A) is known color: Free Speech Green. HEX triplet: 11, D0 and 0A. RGB value is (17,208,10). Sum of RGB (Red+Green+Blue) = 17+208+10=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 208 (81.64% from 255 or 88.51% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 208 - color contains mainly: green. Hex color #11D00A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11D00A is #EE2FF5. Grayscale: #808080. Windows color (decimal): -15609846 or 708625. OLE color: 708625.

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

Color convert

RGB 17 208 10 -
CMYK 0.92 0 0.95 0.18
HSL 117.88º 0.91% 0.43% -
HSV(B) 117.88º 0.95% 0.82% -
XYZ 22.84 45.25 7.82 -
YUV 128.32 61.22 48.6 -
System Red Green Blue C M Y K H S L
Decimal 17 208 10 0.92 0 0.95 0.18 117.88 0.91 0.43
Hex 11 D0 A 5C 0 5F 12 76 5B 2B
Octal 21 320 12 134 0 137 22 166 133 53
Binary 10001 11010000 1010 1011100 0 1011111 10010 1110110 1011011 101011

Color Harmonies of #11D00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11D00A

Black with #11D00A

Text Example


Text Example

White with #11D00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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