Html Css Color HEX #19D60D Free Speech Green

📋 copy color: '#19D60D'

red 25 ◦ green 214 ◦ blue 13

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

Shades of Free Speech Green #19D60D

Tints of Free Speech Green #19D60D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 84.92%

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 9.92%
G = 84.92%
B = 5.16%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#19D60D (or 0x19D60D) is known color: Free Speech Green. HEX triplet: 19, D6 and 0D. RGB value is (25,214,13). Sum of RGB (Red+Green+Blue) = 25+214+13=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 214 (83.98% from 255 or 84.92% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 214 - color contains mainly: green. Hex color #19D60D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19D60D is #E629F2. Grayscale: #878787. Windows color (decimal): -15084019 or 906777. OLE color: 906777.

HSL color Cylindrical-coordinate representation of color #19D60D: hue angle of 116.42º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #19D60D is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 25 214 13 -
CMYK 0.88 0 0.94 0.16
HSL 116.42º 0.89% 0.45% -
HSV(B) 116.42º 0.94% 0.84% -
XYZ 24.52 48.33 8.42 -
YUV 134.58 59.38 49.84 -
System Red Green Blue C M Y K H S L
Decimal 25 214 13 0.88 0 0.94 0.16 116.42 0.89 0.45
Hex 19 D6 D 58 0 5E 10 74 59 2D
Octal 31 326 15 130 0 136 20 164 131 55
Binary 11001 11010110 1101 1011000 0 1011110 10000 1110100 1011001 101101

Color Harmonies of #19D60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19D60D

Black with #19D60D

Text Example


Text Example

White with #19D60D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,214,13); }

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

background-color css

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

 a { background-color: rgb(25,214,13); }

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

border-color css

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

 span { border-color: rgb(25,214,13); }

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