#1DE909

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

Shades of Free Speech Green #1DE909

Tints of Free Speech Green #1DE909

Color information

#1DE909 (or 0x1DE909) is unknown color: approx Free Speech Green. HEX triplet: 1D, E9 and 09. RGB value is (29,233,9). Sum of RGB (Red+Green+Blue) = 29+233+9=271 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.70% from 271); Green value is 233 (91.41% from 255 or 85.98% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 233 - color contains mainly: green. Hex color #1DE909 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DE909 is #E216F6. Grayscale: #939393. Windows color (decimal): -14817015 or 649501. OLE color: 649501.

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

Color convert

RGB292339-
CMYK0.8800.960.09
HSL114.64º92.56%47.45%-
HSV(B)114.64º96.14%91.37%-
XYZ29.6958.5610-
YUV146.4750.4144.21-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.70%
GREEN value IS 233 (91.41% from 255) = 85.98%
BLUE value IS 9 (3.91% from 255) = 3.32%
R=10.70%
G=85.98%
B=3.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2923390.8800.960.09114.6492.5647.45
Hex1DE99580609735d2f
Octal353511113001401116313557
Binary11101111010011001101100001100000100111100111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DE909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,233,9); }

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

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

 a { background-color: rgb(29,233,9); }

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

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

 span { border-color: rgb(29,233,9); }

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