#1DF908

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

Shades of Free Speech Green #1DF908

Tints of Free Speech Green #1DF908

Color information

#1DF908 (or 0x1DF908) is unknown color: approx Free Speech Green. HEX triplet: 1D, F9 and 08. RGB value is (29,249,8). Sum of RGB (Red+Green+Blue) = 29+249+8=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 249 (97.66% from 255 or 87.06% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF908 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF908 is #E206F7. Grayscale: #9C9C9C. Windows color (decimal): -14812920 or 588061. OLE color: 588061.

HSL color Cylindrical-coordinate representation of color #1DF908: hue angle of 114.77º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1DF908 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB292498-
CMYK0.8800.970.02
HSL114.77º95.26%50.39%-
HSV(B)114.77º96.79%97.65%-
XYZ34.4368.0311.55-
YUV155.7544.6137.6-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.14%
GREEN value IS 249 (97.66% from 255) = 87.06%
BLUE value IS 8 (3.52% from 255) = 2.80%
R=10.14%
G=87.06%
B=2.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2924980.8800.970.02114.7795.2650.39
Hex1DF98580612735f32
Octal35371101300141216313762
Binary111011111100110001011000011000011011100111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DF908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,249,8); }

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

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

 a { background-color: rgb(29,249,8); }

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

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

 span { border-color: rgb(29,249,8); }

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