Html Css Color HEX #1DDA06 Free Speech Green

📋 copy color: '#1DDA06'

red 29 ◦ green 218 ◦ blue 6

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

Shades of Free Speech Green #1DDA06

Tints of Free Speech Green #1DDA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.37%

R = 11.46%
G = 86.17%
B = 2.37%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#1DDA06 (or 0x1DDA06) is known color: Free Speech Green. HEX triplet: 1D, DA and 06. RGB value is (29,218,6). Sum of RGB (Red+Green+Blue) = 29+218+6=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 218 (85.55% from 255 or 86.17% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 218 - color contains mainly: green. Hex color #1DDA06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DDA06 is #E225F9. Grayscale: #898989. Windows color (decimal): -14820858 or 449053. OLE color: 449053.

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

Color convert

RGB 29 218 6 -
CMYK 0.87 0 0.97 0.15
HSL 113.49º 0.95% 0.44% -
HSV(B) 113.49º 0.97% 0.85% -
XYZ 25.61 50.42 8.55 -
YUV 137.32 53.88 50.74 -
System Red Green Blue C M Y K H S L
Decimal 29 218 6 0.87 0 0.97 0.15 113.49 0.95 0.44
Hex 1D DA 6 57 0 61 F 71 5F 2C
Octal 35 332 6 127 0 141 17 161 137 54
Binary 11101 11011010 110 1010111 0 1100001 1111 1110001 1011111 101100

Color Harmonies of #1DDA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDA06

Black with #1DDA06

Text Example


Text Example

White with #1DDA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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