Html Css Color HEX #01DD1C Free Speech Green

📋 copy color: '#01DD1C'

red 1 ◦ green 221 ◦ blue 28

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

Shades of Free Speech Green #01DD1C

Tints of Free Speech Green #01DD1C

RGB

 RED value IS 1 (0.78% from 255) = 0.4%

 GREEN value IS 221 (86.72% from 255) = 88.4%

 BLUE value IS 28 (11.33% from 255) = 11.2%

R = 0.4%
G = 88.4%
B = 11.2%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#01DD1C (or 0x01DD1C) is known color: Free Speech Green. HEX triplet: 01, DD and 1C. RGB value is (1,221,28). Sum of RGB (Red+Green+Blue) = 1+221+28=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 221 (86.72% from 255 or 88.4% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DD1C is #FE22E3. Grayscale: #858585. Windows color (decimal): -16655076 or 1891585. OLE color: 1891585.

HSL color Cylindrical-coordinate representation of color #01DD1C: hue angle of 127.36º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DD1C is Cyan = 1.00, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 221 28 -
CMYK 1.00 0 0.87 0.13
HSL 127.36º 0.99% 0.44% -
HSV(B) 127.36º 1% 0.87% -
XYZ 26.08 51.8 9.72 -
YUV 133.22 68.61 33.69 -
System Red Green Blue C M Y K H S L
Decimal 1 221 28 1.00 0 0.87 0.13 127.36 0.99 0.44
Hex 1 DD 1C 64 0 57 D 7F 63 2C
Octal 1 335 34 144 0 127 15 177 143 54
Binary 1 11011101 11100 1100100 0 1010111 1101 1111111 1100011 101100

Color Harmonies of #01DD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DD1C

Black with #01DD1C

Text Example


Text Example

White with #01DD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01DD1C; }

 p { color: rgb(1,221,28); }

 H1.HeaderClassName
 {
   color: #01DD1C;
 }
 .AnyTagClassName
 {
   color: #01DD1C;
 }
</style>

background-color css

<style>
 a { background-color: #01DD1C; }

 a { background-color: rgb(1,221,28); }

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

border-color css

<style>
 span { border-color: #01DD1C; }

 span { border-color: rgb(1,221,28); }

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