Html Css Color HEX #19DE13 Free Speech Green

📋 copy color: '#19DE13'

red 25 ◦ green 222 ◦ blue 19

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

Shades of Free Speech Green #19DE13

Tints of Free Speech Green #19DE13

RGB

 RED value IS 25 (10.16% from 255) = 9.4%

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

 BLUE value IS 19 (7.81% from 255) = 7.14%

R = 9.4%
G = 83.46%
B = 7.14%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#19DE13 (or 0x19DE13) is known color: Free Speech Green. HEX triplet: 19, DE and 13. RGB value is (25,222,19). Sum of RGB (Red+Green+Blue) = 25+222+19=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 222 (87.11% from 255 or 83.46% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 222 - color contains mainly: green. Hex color #19DE13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19DE13 is #E621EC. Grayscale: #8C8C8C. Windows color (decimal): -15081965 or 1302041. OLE color: 1302041.

HSL color Cylindrical-coordinate representation of color #19DE13: hue angle of 118.23º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #19DE13 is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 222 19 -
CMYK 0.89 0 0.91 0.13
HSL 118.23º 0.84% 0.47% -
HSV(B) 118.23º 0.91% 0.87% -
XYZ 26.64 52.5 9.34 -
YUV 139.96 59.73 46.01 -
System Red Green Blue C M Y K H S L
Decimal 25 222 19 0.89 0 0.91 0.13 118.23 0.84 0.47
Hex 19 DE 13 59 0 5B D 76 54 2F
Octal 31 336 23 131 0 133 15 166 124 57
Binary 11001 11011110 10011 1011001 0 1011011 1101 1110110 1010100 101111

Color Harmonies of #19DE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DE13

Black with #19DE13

Text Example


Text Example

White with #19DE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19DE13; }

 p { color: rgb(25,222,19); }

 H1.HeaderClassName
 {
   color: #19DE13;
 }
 .AnyTagClassName
 {
   color: #19DE13;
 }
</style>

background-color css

<style>
 a { background-color: #19DE13; }

 a { background-color: rgb(25,222,19); }

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

border-color css

<style>
 span { border-color: #19DE13; }

 span { border-color: rgb(25,222,19); }

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