#13CE0A

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

Shades of Free Speech Green #13CE0A

Tints of Free Speech Green #13CE0A

Color information

#13CE0A (or 0x13CE0A) is unknown color: approx Free Speech Green. HEX triplet: 13, CE and 0A. RGB value is (19,206,10). Sum of RGB (Red+Green+Blue) = 19+206+10=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 206 (80.86% from 255 or 87.66% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE0A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13CE0A is #EC31F5. Grayscale: #808080. Windows color (decimal): -15479286 or 708115. OLE color: 708115.

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

Color convert

RGB1920610-
CMYK0.9100.950.19
HSL117.24º90.74%42.35%-
HSV(B)117.24º95.15%80.78%-
XYZ22.3944.37.66-
YUV127.7461.5550.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.09%
GREEN value IS 206 (80.86% from 255) = 87.66%
BLUE value IS 10 (4.30% from 255) = 4.26%
R=8.09%
G=87.66%
B=4.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal19206100.9100.950.19117.2490.7442.35
Hex13CEA5B05F13755b2a
Octal233161213301372316513352
Binary100111100111010101011011010111111001111101011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13CE0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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