#13E00F

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

Shades of Free Speech Green #13E00F

Tints of Free Speech Green #13E00F

Color information

#13E00F (or 0x13E00F) is unknown color: approx Free Speech Green. HEX triplet: 13, E0 and 0F. RGB value is (19,224,15). Sum of RGB (Red+Green+Blue) = 19+224+15=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 224 (87.89% from 255 or 86.82% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 224 - color contains mainly: green. Hex color #13E00F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13E00F is #EC1FF0. Grayscale: #8B8B8B. Windows color (decimal): -15474673 or 1040403. OLE color: 1040403.

HSL color Cylindrical-coordinate representation of color #13E00F: hue angle of 118.85º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13E00F is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB1922415-
CMYK0.9200.930.12
HSL118.85º87.45%46.86%-
HSV(B)118.85º93.3%87.84%-
XYZ27.0153.489.35-
YUV138.8858.0842.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.36%
GREEN value IS 224 (87.89% from 255) = 86.82%
BLUE value IS 15 (6.25% from 255) = 5.81%
R=7.36%
G=86.82%
B=5.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal19224150.9200.930.12118.8587.4546.86
Hex13E0F5C05DC77572f
Octal233401713401351416712757
Binary10011111000001111101110001011101110011101111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13E00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,224,15); }

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

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

 a { background-color: rgb(19,224,15); }

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

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

 span { border-color: rgb(19,224,15); }

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