#1DEC07

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

Shades of Free Speech Green #1DEC07

Tints of Free Speech Green #1DEC07

Color information

#1DEC07 (or 0x1DEC07) is unknown color: approx Free Speech Green. HEX triplet: 1D, EC and 07. RGB value is (29,236,7). Sum of RGB (Red+Green+Blue) = 29+236+7=272 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.66% from 272); Green value is 236 (92.58% from 255 or 86.76% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 236 - color contains mainly: green. Hex color #1DEC07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DEC07 is #E213F8. Grayscale: #949494. Windows color (decimal): -14816249 or 519197. OLE color: 519197.

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

Color convert

RGB292367-
CMYK0.8800.970.07
HSL114.24º94.24%47.65%-
HSV(B)114.24º97.03%92.55%-
XYZ30.5460.2710.22-
YUV14848.4243.12-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.66%
GREEN value IS 236 (92.58% from 255) = 86.76%
BLUE value IS 7 (3.12% from 255) = 2.57%
R=10.66%
G=86.76%
B=2.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2923670.8800.970.07114.2494.2447.65
Hex1DEC7580617725e30
Octal3535471300141716213660
Binary111011110110011110110000110000111111100101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DEC07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,236,7); }

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

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

 a { background-color: rgb(29,236,7); }

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

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

 span { border-color: rgb(29,236,7); }

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