#1CEA15

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

Shades of Free Speech Green #1CEA15

Tints of Free Speech Green #1CEA15

Color information

#1CEA15 (or 0x1CEA15) is unknown color: approx Free Speech Green. HEX triplet: 1C, EA and 15. RGB value is (28,234,21). Sum of RGB (Red+Green+Blue) = 28+234+21=283 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.89% from 283); Green value is 234 (91.80% from 255 or 82.69% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 234 - color contains mainly: green. Hex color #1CEA15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CEA15 is #E315EA. Grayscale: #949494. Windows color (decimal): -14882283 or 1436188. OLE color: 1436188.

HSL color Cylindrical-coordinate representation of color #1CEA15: hue angle of 118.03º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1CEA15 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB2823421-
CMYK0.8800.910.08
HSL118.03º83.53%50%-
HSV(B)118.03º91.03%91.76%-
XYZ30.0459.1510.54-
YUV148.1256.2542.32-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.89%
GREEN value IS 234 (91.80% from 255) = 82.69%
BLUE value IS 21 (8.59% from 255) = 7.42%
R=9.89%
G=82.69%
B=7.42%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal28234210.8800.910.08118.0383.5350
Hex1CEA155805B8765432
Octal343522513001331016612462
Binary111001110101010101101100001011011100011101101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CEA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CEA15; }

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

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

<style>
 a { background-color: #1CEA15; }

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

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

<style>
 span { border-color: #1CEA15; }

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

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