Html Css Color HEX #13D50F Free Speech Green

📋 copy color: '#13D50F'

red 19 ◦ green 213 ◦ blue 15

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

Shades of Free Speech Green #13D50F

Tints of Free Speech Green #13D50F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 86.23%

 BLUE value IS 15 (6.25% from 255) = 6.07%

R = 7.69%
G = 86.23%
B = 6.07%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#13D50F (or 0x13D50F) is known color: Free Speech Green. HEX triplet: 13, D5 and 0F. RGB value is (19,213,15). Sum of RGB (Red+Green+Blue) = 19+213+15=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 213 (83.59% from 255 or 86.23% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 213 - color contains mainly: green. Hex color #13D50F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13D50F is #EC2AF0. Grayscale: #858585. Windows color (decimal): -15477489 or 1037587. OLE color: 1037587.

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

Color convert

RGB 19 213 15 -
CMYK 0.91 0 0.93 0.16
HSL 118.79º 0.87% 0.45% -
HSV(B) 118.79º 0.93% 0.84% -
XYZ 24.15 47.76 8.4 -
YUV 132.42 61.73 47.1 -
System Red Green Blue C M Y K H S L
Decimal 19 213 15 0.91 0 0.93 0.16 118.79 0.87 0.45
Hex 13 D5 F 5B 0 5D 10 77 57 2D
Octal 23 325 17 133 0 135 20 167 127 55
Binary 10011 11010101 1111 1011011 0 1011101 10000 1110111 1010111 101101

Color Harmonies of #13D50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D50F

Black with #13D50F

Text Example


Text Example

White with #13D50F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,213,15); }

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

background-color css

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

 a { background-color: rgb(19,213,15); }

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

border-color css

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

 span { border-color: rgb(19,213,15); }

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