#1DE814

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

Shades of Free Speech Green #1DE814

Tints of Free Speech Green #1DE814

Color information

#1DE814 (or 0x1DE814) is unknown color: approx Free Speech Green. HEX triplet: 1D, E8 and 14. RGB value is (29,232,20). Sum of RGB (Red+Green+Blue) = 29+232+20=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 232 (91.02% from 255 or 82.56% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 232 - color contains mainly: green. Hex color #1DE814 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DE814 is #E217EB. Grayscale: #939393. Windows color (decimal): -14817260 or 1370141. OLE color: 1370141.

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

Color convert

RGB2923220-
CMYK0.8800.910.09
HSL117.45º84.13%49.41%-
HSV(B)117.45º91.38%90.98%-
XYZ29.4958.0210.31-
YUV147.1456.2543.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.32%
GREEN value IS 232 (91.02% from 255) = 82.56%
BLUE value IS 20 (8.20% from 255) = 7.12%
R=10.32%
G=82.56%
B=7.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal29232200.8800.910.09117.4584.1349.41
Hex1DE8145805B9755431
Octal353502413001331116512461
Binary111011110100010100101100001011011100111101011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DE814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,232,20); }

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

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

 a { background-color: rgb(29,232,20); }

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

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

 span { border-color: rgb(29,232,20); }

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