Html Css Color HEX #19E00A Free Speech Green

📋 copy color: '#19E00A'

red 25 ◦ green 224 ◦ blue 10

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

Shades of Free Speech Green #19E00A

Tints of Free Speech Green #19E00A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 86.49%

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

R = 9.65%
G = 86.49%
B = 3.86%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#19E00A (or 0x19E00A) is known color: Free Speech Green. HEX triplet: 19, E0 and 0A. RGB value is (25,224,10). Sum of RGB (Red+Green+Blue) = 25+224+10=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 224 (87.89% from 255 or 86.49% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 224 - color contains mainly: green. Hex color #19E00A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19E00A is #E61FF5. Grayscale: #8C8C8C. Windows color (decimal): -15081462 or 712729. OLE color: 712729.

HSL color Cylindrical-coordinate representation of color #19E00A: hue angle of 115.79º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #19E00A is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 25 224 10 -
CMYK 0.89 0 0.96 0.12
HSL 115.79º 0.91% 0.46% -
HSV(B) 115.79º 0.96% 0.88% -
XYZ 27.11 53.54 9.19 -
YUV 140.1 54.57 45.9 -
System Red Green Blue C M Y K H S L
Decimal 25 224 10 0.89 0 0.96 0.12 115.79 0.91 0.46
Hex 19 E0 A 59 0 60 C 74 5B 2E
Octal 31 340 12 131 0 140 14 164 133 56
Binary 11001 11100000 1010 1011001 0 1100000 1100 1110100 1011011 101110

Color Harmonies of #19E00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19E00A

Black with #19E00A

Text Example


Text Example

White with #19E00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,224,10); }

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

background-color css

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

 a { background-color: rgb(25,224,10); }

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

border-color css

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

 span { border-color: rgb(25,224,10); }

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