Html Css Color HEX #13EE16 Free Speech Green

📋 copy color: '#13EE16'

red 19 ◦ green 238 ◦ blue 22

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

Shades of Free Speech Green #13EE16

Tints of Free Speech Green #13EE16

RGB

 RED value IS 19 (7.81% from 255) = 6.81%

 GREEN value IS 238 (93.36% from 255) = 85.3%

 BLUE value IS 22 (8.98% from 255) = 7.89%

R = 6.81%
G = 85.3%
B = 7.89%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#13EE16 (or 0x13EE16) is known color: Free Speech Green. HEX triplet: 13, EE and 16. RGB value is (19,238,22). Sum of RGB (Red+Green+Blue) = 19+238+22=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 238 (93.36% from 255 or 85.30% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 238 - color contains mainly: green. Hex color #13EE16 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13EE16 is #EC11E9. Grayscale: #949494. Windows color (decimal): -15471082 or 1502739. OLE color: 1502739.

HSL color Cylindrical-coordinate representation of color #13EE16: hue angle of 120.82º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EE16 is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 238 22 -
CMYK 0.92 0 0.91 0.07
HSL 120.82º 0.87% 0.5% -
HSV(B) 120.82º 0.92% 0.93% -
XYZ 30.99 61.35 10.97 -
YUV 147.9 56.95 36.06 -
System Red Green Blue C M Y K H S L
Decimal 19 238 22 0.92 0 0.91 0.07 120.82 0.87 0.5
Hex 13 EE 16 5C 0 5B 7 79 57 32
Octal 23 356 26 134 0 133 7 171 127 62
Binary 10011 11101110 10110 1011100 0 1011011 111 1111001 1010111 110010

Color Harmonies of #13EE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13EE16

Black with #13EE16

Text Example


Text Example

White with #13EE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13EE16; }

 p { color: rgb(19,238,22); }

 H1.HeaderClassName
 {
   color: #13EE16;
 }
 .AnyTagClassName
 {
   color: #13EE16;
 }
</style>

background-color css

<style>
 a { background-color: #13EE16; }

 a { background-color: rgb(19,238,22); }

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

border-color css

<style>
 span { border-color: #13EE16; }

 span { border-color: rgb(19,238,22); }

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