Html Css Color HEX #1DD60A Free Speech Green

📋 copy color: '#1DD60A'

red 29 ◦ green 214 ◦ blue 10

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

Shades of Free Speech Green #1DD60A

Tints of Free Speech Green #1DD60A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 84.58%

 BLUE value IS 10 (4.3% from 255) = 3.95%

R = 11.46%
G = 84.58%
B = 3.95%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#1DD60A (or 0x1DD60A) is known color: Free Speech Green. HEX triplet: 1D, D6 and 0A. RGB value is (29,214,10). Sum of RGB (Red+Green+Blue) = 29+214+10=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 214 (83.98% from 255 or 84.58% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 214 - color contains mainly: green. Hex color #1DD60A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DD60A is #E229F5. Grayscale: #888888. Windows color (decimal): -14821878 or 710173. OLE color: 710173.

HSL color Cylindrical-coordinate representation of color #1DD60A: hue angle of 114.41º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1DD60A is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 29 214 10 -
CMYK 0.86 0 0.95 0.16
HSL 114.41º 0.91% 0.44% -
HSV(B) 114.41º 0.95% 0.84% -
XYZ 24.61 48.38 8.33 -
YUV 135.43 57.21 52.09 -
System Red Green Blue C M Y K H S L
Decimal 29 214 10 0.86 0 0.95 0.16 114.41 0.91 0.44
Hex 1D D6 A 56 0 5F 10 72 5B 2C
Octal 35 326 12 126 0 137 20 162 133 54
Binary 11101 11010110 1010 1010110 0 1011111 10000 1110010 1011011 101100

Color Harmonies of #1DD60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD60A

Black with #1DD60A

Text Example


Text Example

White with #1DD60A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,214,10); }

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

background-color css

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

 a { background-color: rgb(29,214,10); }

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

border-color css

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

 span { border-color: rgb(29,214,10); }

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