Html Css Color HEX #13CC0E Free Speech Green

📋 copy color: '#13CC0E'

red 19 ◦ green 204 ◦ blue 14

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

Shades of Free Speech Green #13CC0E

Tints of Free Speech Green #13CC0E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 86.08%

 BLUE value IS 14 (5.86% from 255) = 5.91%

R = 8.02%
G = 86.08%
B = 5.91%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#13CC0E (or 0x13CC0E) is known color: Free Speech Green. HEX triplet: 13, CC and 0E. RGB value is (19,204,14). Sum of RGB (Red+Green+Blue) = 19+204+14=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 204 (80.08% from 255 or 86.08% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 204 - color contains mainly: green. Hex color #13CC0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13CC0E is #EC33F1. Grayscale: #7F7F7F. Windows color (decimal): -15479794 or 969747. OLE color: 969747.

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

Color convert

RGB 19 204 14 -
CMYK 0.91 0 0.93 0.2
HSL 118.42º 0.87% 0.43% -
HSV(B) 118.42º 0.93% 0.8% -
XYZ 21.94 43.36 7.63 -
YUV 127.03 64.21 50.95 -
System Red Green Blue C M Y K H S L
Decimal 19 204 14 0.91 0 0.93 0.2 118.42 0.87 0.43
Hex 13 CC E 5B 0 5D 14 76 57 2B
Octal 23 314 16 133 0 135 24 166 127 53
Binary 10011 11001100 1110 1011011 0 1011101 10100 1110110 1010111 101011

Color Harmonies of #13CC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CC0E

Black with #13CC0E

Text Example


Text Example

White with #13CC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,204,14); }

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

background-color css

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

 a { background-color: rgb(19,204,14); }

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

border-color css

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

 span { border-color: rgb(19,204,14); }

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