#13DC0B

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

Shades of Free Speech Green #13DC0B

Tints of Free Speech Green #13DC0B

Color information

#13DC0B (or 0x13DC0B) is unknown color: approx Free Speech Green. HEX triplet: 13, DC and 0B. RGB value is (19,220,11). Sum of RGB (Red+Green+Blue) = 19+220+11=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 220 (86.33% from 255 or 88% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 220 - color contains mainly: green. Hex color #13DC0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13DC0B is #EC23F4. Grayscale: #888888. Windows color (decimal): -15475701 or 777235. OLE color: 777235.

HSL color Cylindrical-coordinate representation of color #13DC0B: hue angle of 117.7º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #13DC0B is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB1922011-
CMYK0.9100.950.14
HSL117.7º90.48%45.29%-
HSV(B)117.7º95%86.27%-
XYZ25.9251.358.86-
YUV136.0757.4144.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.6%
GREEN value IS 220 (86.33% from 255) = 88%
BLUE value IS 11 (4.69% from 255) = 4.4%
R=7.6%
G=88%
B=4.4%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal19220110.9100.950.14117.790.4845.29
Hex13DCB5B05FE765a2d
Octal233341313301371616613255
Binary10011110111001011101101101011111111011101101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13DC0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,220,11); }

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

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

 a { background-color: rgb(19,220,11); }

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

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

 span { border-color: rgb(19,220,11); }

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