#13C90A

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

Shades of Free Speech Green #13C90A

Tints of Free Speech Green #13C90A

Color information

#13C90A (or 0x13C90A) is unknown color: approx Free Speech Green. HEX triplet: 13, C9 and 0A. RGB value is (19,201,10). Sum of RGB (Red+Green+Blue) = 19+201+10=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 201 (78.91% from 255 or 87.39% from 230); Blue value is 10 (4.30% from 255 or 4.35% from 230); Max value from RGB is 201 - color contains mainly: green. Hex color #13C90A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C90A is #EC36F5. Grayscale: #7D7D7D. Windows color (decimal): -15480566 or 706835. OLE color: 706835.

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

Color convert

RGB1920110-
CMYK0.9100.950.21
HSL117.17º90.52%41.37%-
HSV(B)117.17º95.02%78.82%-
XYZ21.2141.937.26-
YUV124.8163.252.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.26%
GREEN value IS 201 (78.91% from 255) = 87.39%
BLUE value IS 10 (4.30% from 255) = 4.35%
R=8.26%
G=87.39%
B=4.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal19201100.9100.950.21117.1790.5241.37
Hex13C9A5B05F15755b29
Octal233111213301372516513351
Binary100111100100110101011011010111111010111101011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C90A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,201,10); }

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

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

 a { background-color: rgb(19,201,10); }

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

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

 span { border-color: rgb(19,201,10); }

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