Html Css Color HEX #1DDA09 Free Speech Green

📋 copy color: '#1DDA09'

red 29 ◦ green 218 ◦ blue 9

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

Shades of Free Speech Green #1DDA09

Tints of Free Speech Green #1DDA09

RGB

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

 GREEN value IS 218 (85.55% from 255) = 85.16%

 BLUE value IS 9 (3.91% from 255) = 3.52%

R = 11.33%
G = 85.16%
B = 3.52%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#1DDA09 (or 0x1DDA09) is known color: Free Speech Green. HEX triplet: 1D, DA and 09. RGB value is (29,218,9). Sum of RGB (Red+Green+Blue) = 29+218+9=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 218 (85.55% from 255 or 85.16% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 218 - color contains mainly: green. Hex color #1DDA09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DDA09 is #E225F6. Grayscale: #8A8A8A. Windows color (decimal): -14820855 or 645661. OLE color: 645661.

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

Color convert

RGB 29 218 9 -
CMYK 0.87 0 0.96 0.15
HSL 114.26º 0.92% 0.45% -
HSV(B) 114.26º 0.96% 0.85% -
XYZ 25.63 50.42 8.64 -
YUV 137.66 55.38 50.49 -
System Red Green Blue C M Y K H S L
Decimal 29 218 9 0.87 0 0.96 0.15 114.26 0.92 0.45
Hex 1D DA 9 57 0 60 F 72 5C 2D
Octal 35 332 11 127 0 140 17 162 134 55
Binary 11101 11011010 1001 1010111 0 1100000 1111 1110010 1011100 101101

Color Harmonies of #1DDA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDA09

Black with #1DDA09

Text Example


Text Example

White with #1DDA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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