Html Css Color HEX #11FA12 Free Speech Green

📋 copy color: '#11FA12'

red 17 ◦ green 250 ◦ blue 18

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

Shades of Free Speech Green #11FA12

Tints of Free Speech Green #11FA12

RGB

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

 GREEN value IS 250 (98.05% from 255) = 87.72%

 BLUE value IS 18 (7.42% from 255) = 6.32%

R = 5.96%
G = 87.72%
B = 6.32%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#11FA12 (or 0x11FA12) is known color: Free Speech Green. HEX triplet: 11, FA and 12. RGB value is (17,250,18). Sum of RGB (Red+Green+Blue) = 17+250+18=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 250 (98.05% from 255 or 87.72% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 250 - color contains mainly: green. Hex color #11FA12 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11FA12 is #EE05ED. Grayscale: #9A9A9A. Windows color (decimal): -15599086 or 1243665. OLE color: 1243665.

HSL color Cylindrical-coordinate representation of color #11FA12: hue angle of 120.26º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FA12 is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 250 18 -
CMYK 0.93 0 0.93 0.02
HSL 120.26º 0.96% 0.52% -
HSV(B) 120.26º 0.93% 0.98% -
XYZ 34.53 68.53 11.98 -
YUV 153.89 51.31 30.36 -
System Red Green Blue C M Y K H S L
Decimal 17 250 18 0.93 0 0.93 0.02 120.26 0.96 0.52
Hex 11 FA 12 5D 0 5D 2 78 60 34
Octal 21 372 22 135 0 135 2 170 140 64
Binary 10001 11111010 10010 1011101 0 1011101 10 1111000 1100000 110100

Color Harmonies of #11FA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FA12

Black with #11FA12

Text Example


Text Example

White with #11FA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,250,18); }

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

background-color css

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

 a { background-color: rgb(17,250,18); }

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

border-color css

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

 span { border-color: rgb(17,250,18); }

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