#15E70D

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

Shades of Free Speech Green #15E70D

Tints of Free Speech Green #15E70D

Color information

#15E70D (or 0x15E70D) is unknown color: approx Free Speech Green. HEX triplet: 15, E7 and 0D. RGB value is (21,231,13). Sum of RGB (Red+Green+Blue) = 21+231+13=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 231 (90.62% from 255 or 87.17% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 231 - color contains mainly: green. Hex color #15E70D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #15E70D is #EA18F2. Grayscale: #909090. Windows color (decimal): -15341811 or 911125. OLE color: 911125.

HSL color Cylindrical-coordinate representation of color #15E70D: hue angle of 117.8º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #15E70D is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB2123113-
CMYK0.9100.940.09
HSL117.8º89.34%47.84%-
HSV(B)117.8º94.37%90.59%-
XYZ28.9657.349.92-
YUV143.3654.4340.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.92%
GREEN value IS 231 (90.62% from 255) = 87.17%
BLUE value IS 13 (5.47% from 255) = 4.91%
R=7.92%
G=87.17%
B=4.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal21231130.9100.940.09117.889.3447.84
Hex15E7D5B05E9765930
Octal253471513301361116613160
Binary10101111001111101101101101011110100111101101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15E70D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15E70D; }

 p { color: rgb(21,231,13); }

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

<style>
 a { background-color: #15E70D; }

 a { background-color: rgb(21,231,13); }

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

<style>
 span { border-color: #15E70D; }

 span { border-color: rgb(21,231,13); }

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