#15ED1C

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

Shades of Free Speech Green #15ED1C

Tints of Free Speech Green #15ED1C

Color information

#15ED1C (or 0x15ED1C) is unknown color: approx Free Speech Green. HEX triplet: 15, ED and 1C. RGB value is (21,237,28). Sum of RGB (Red+Green+Blue) = 21+237+28=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 237 (92.97% from 255 or 82.87% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 237 - color contains mainly: green. Hex color #15ED1C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #15ED1C is #EA12E3. Grayscale: #959595. Windows color (decimal): -15340260 or 1895701. OLE color: 1895701.

HSL color Cylindrical-coordinate representation of color #15ED1C: hue angle of 121.94º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15ED1C is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB2123728-
CMYK0.9100.880.07
HSL121.94º85.71%50.59%-
HSV(B)121.94º91.14%92.94%-
XYZ30.860.8111.21-
YUV148.5959.9436.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.34%
GREEN value IS 237 (92.97% from 255) = 82.87%
BLUE value IS 28 (11.33% from 255) = 9.79%
R=7.34%
G=82.87%
B=9.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal21237280.9100.880.07121.9485.7150.59
Hex15ED1C5B05877a5633
Octal25355341330130717212663
Binary10101111011011110010110110101100011111110101010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15ED1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,237,28); }

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

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

 a { background-color: rgb(21,237,28); }

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

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

 span { border-color: rgb(21,237,28); }

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