Html Css Color HEX #19F130 Free Speech Green

📋 copy color: '#19F130'

red 25 ◦ green 241 ◦ blue 48

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

Shades of Free Speech Green #19F130

Tints of Free Speech Green #19F130

RGB

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

 GREEN value IS 241 (94.53% from 255) = 76.75%

 BLUE value IS 48 (19.14% from 255) = 15.29%

R = 7.96%
G = 76.75%
B = 15.29%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#19F130 (or 0x19F130) is known color: Free Speech Green. HEX triplet: 19, F1 and 30. RGB value is (25,241,48). Sum of RGB (Red+Green+Blue) = 25+241+48=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 241 (94.53% from 255 or 76.75% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 241 - color contains mainly: green. Hex color #19F130 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19F130 is #E60ECF. Grayscale: #9A9A9A. Windows color (decimal): -15077072 or 3207449. OLE color: 3207449.

HSL color Cylindrical-coordinate representation of color #19F130: hue angle of 126.39º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F130 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 25 241 48 -
CMYK 0.90 0 0.80 0.05
HSL 126.39º 0.89% 0.52% -
HSV(B) 126.39º 0.9% 0.95% -
XYZ 32.39 63.33 13.31 -
YUV 154.41 67.94 35.69 -
System Red Green Blue C M Y K H S L
Decimal 25 241 48 0.90 0 0.80 0.05 126.39 0.89 0.52
Hex 19 F1 30 5A 0 50 5 7E 59 34
Octal 31 361 60 132 0 120 5 176 131 64
Binary 11001 11110001 110000 1011010 0 1010000 101 1111110 1011001 110100

Color Harmonies of #19F130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19F130

Black with #19F130

Text Example


Text Example

White with #19F130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,241,48); }

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

background-color css

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

 a { background-color: rgb(25,241,48); }

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

border-color css

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

 span { border-color: rgb(25,241,48); }

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