#13CC05

Color #13CC05 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #13CC05

Tints of Free Speech Green #13CC05

Color information

#13CC05 (or 0x13CC05) is unknown color: approx Free Speech Green. HEX triplet: 13, CC and 05. RGB value is (19,204,5). Sum of RGB (Red+Green+Blue) = 19+204+5=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 204 (80.08% from 255 or 89.47% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 204 - color contains mainly: green. Hex color #13CC05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13CC05 is #EC33FA. Grayscale: #7E7E7E. Windows color (decimal): -15479803 or 379923. OLE color: 379923.

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

Color convert

RGB192045-
CMYK0.9100.980.2
HSL115.78º95.22%40.98%-
HSV(B)115.78º97.55%80%-
XYZ21.8943.347.35-
YUV12659.7151.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.33%
GREEN value IS 204 (80.08% from 255) = 89.47%
BLUE value IS 5 (2.34% from 255) = 2.19%
R=8.33%
G=89.47%
B=2.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1920450.9100.980.2115.7895.2240.98
Hex13CC55B06214745f29
Octal23314513301422416413751
Binary10011110011001011011011011000101010011101001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13CC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13CC05;
 }
 .AnyTagClassName
 {
   color: #13CC05;
 }
</style>
background-color css

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

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

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

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

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

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