#1DEB09

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

Shades of Free Speech Green #1DEB09

Tints of Free Speech Green #1DEB09

Color information

#1DEB09 (or 0x1DEB09) is unknown color: approx Free Speech Green. HEX triplet: 1D, EB and 09. RGB value is (29,235,9). Sum of RGB (Red+Green+Blue) = 29+235+9=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 235 (92.19% from 255 or 86.08% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 235 - color contains mainly: green. Hex color #1DEB09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DEB09 is #E214F6. Grayscale: #949494. Windows color (decimal): -14816503 or 650013. OLE color: 650013.

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

Color convert

RGB292359-
CMYK0.8800.960.08
HSL114.69º92.62%47.84%-
HSV(B)114.69º96.17%92.16%-
XYZ30.2659.710.19-
YUV147.6449.7543.38-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.62%
GREEN value IS 235 (92.19% from 255) = 86.08%
BLUE value IS 9 (3.91% from 255) = 3.30%
R=10.62%
G=86.08%
B=3.30%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2923590.8800.960.08114.6992.6247.84
Hex1DEB9580608735d30
Octal353531113001401016313560
Binary11101111010111001101100001100000100011100111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DEB09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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