Html Css Color HEX #13CC0C Free Speech Green

📋 copy color: '#13CC0C'

red 19 ◦ green 204 ◦ blue 12

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

Shades of Free Speech Green #13CC0C

Tints of Free Speech Green #13CC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.11%

R = 8.09%
G = 86.81%
B = 5.11%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#13CC0C (or 0x13CC0C) is known color: Free Speech Green. HEX triplet: 13, CC and 0C. RGB value is (19,204,12). Sum of RGB (Red+Green+Blue) = 19+204+12=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 204 (80.08% from 255 or 86.81% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 204 - color contains mainly: green. Hex color #13CC0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13CC0C is #EC33F3. Grayscale: #7F7F7F. Windows color (decimal): -15479796 or 838675. OLE color: 838675.

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

Color convert

RGB 19 204 12 -
CMYK 0.91 0 0.94 0.2
HSL 117.81º 0.89% 0.42% -
HSV(B) 117.81º 0.94% 0.8% -
XYZ 21.93 43.35 7.56 -
YUV 126.8 63.21 51.11 -
System Red Green Blue C M Y K H S L
Decimal 19 204 12 0.91 0 0.94 0.2 117.81 0.89 0.42
Hex 13 CC C 5B 0 5E 14 76 59 2A
Octal 23 314 14 133 0 136 24 166 131 52
Binary 10011 11001100 1100 1011011 0 1011110 10100 1110110 1011001 101010

Color Harmonies of #13CC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CC0C

Black with #13CC0C

Text Example


Text Example

White with #13CC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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