Html Css Color HEX #1DD90E Free Speech Green

📋 copy color: '#1DD90E'

red 29 ◦ green 217 ◦ blue 14

#1DD90E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #1DD90E

Tints of Free Speech Green #1DD90E

RGB

 RED value IS 29 (11.72% from 255) = 11.15%

 GREEN value IS 217 (85.16% from 255) = 83.46%

 BLUE value IS 14 (5.86% from 255) = 5.38%

R = 11.15%
G = 83.46%
B = 5.38%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#1DD90E (or 0x1DD90E) is known color: Free Speech Green. HEX triplet: 1D, D9 and 0E. RGB value is (29,217,14). Sum of RGB (Red+Green+Blue) = 29+217+14=260 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.15% from 260); Green value is 217 (85.16% from 255 or 83.46% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 217 - color contains mainly: green. Hex color #1DD90E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DD90E is #E226F1. Grayscale: #8A8A8A. Windows color (decimal): -14821106 or 973085. OLE color: 973085.

HSL color Cylindrical-coordinate representation of color #1DD90E: hue angle of 115.57º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1DD90E is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 29 217 14 -
CMYK 0.87 0 0.94 0.15
HSL 115.57º 0.88% 0.45% -
HSV(B) 115.57º 0.94% 0.85% -
XYZ 25.4 49.92 8.71 -
YUV 137.65 58.22 50.51 -
System Red Green Blue C M Y K H S L
Decimal 29 217 14 0.87 0 0.94 0.15 115.57 0.88 0.45
Hex 1D D9 E 57 0 5E F 74 58 2D
Octal 35 331 16 127 0 136 17 164 130 55
Binary 11101 11011001 1110 1010111 0 1011110 1111 1110100 1011000 101101

Color Harmonies of #1DD90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD90E

Black with #1DD90E

Text Example


Text Example

White with #1DD90E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,217,14); }

 H1.HeaderClassName
 {
   color: #1DD90E;
 }
 .AnyTagClassName
 {
   color: #1DD90E;
 }
</style>

background-color css

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

 a { background-color: rgb(29,217,14); }

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

border-color css

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

 span { border-color: rgb(29,217,14); }

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