Html Css Color HEX #01DD18 Free Speech Green

📋 copy color: '#01DD18'

red 1 ◦ green 221 ◦ blue 24

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

Shades of Free Speech Green #01DD18

Tints of Free Speech Green #01DD18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.76%

R = 0.41%
G = 89.84%
B = 9.76%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#01DD18 (or 0x01DD18) is known color: Free Speech Green. HEX triplet: 01, DD and 18. RGB value is (1,221,24). Sum of RGB (Red+Green+Blue) = 1+221+24=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 221 (86.72% from 255 or 89.84% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01DD18 is #FE22E7. Grayscale: #858585. Windows color (decimal): -16655080 or 1629441. OLE color: 1629441.

HSL color Cylindrical-coordinate representation of color #01DD18: hue angle of 126.27º 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 #01DD18 is Cyan = 1.00, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 221 24 -
CMYK 1.00 0 0.89 0.13
HSL 126.27º 0.99% 0.44% -
HSV(B) 126.27º 1% 0.87% -
XYZ 26.03 51.79 9.49 -
YUV 132.76 66.61 34.02 -
System Red Green Blue C M Y K H S L
Decimal 1 221 24 1.00 0 0.89 0.13 126.27 0.99 0.44
Hex 1 DD 18 64 0 59 D 7E 63 2C
Octal 1 335 30 144 0 131 15 176 143 54
Binary 1 11011101 11000 1100100 0 1011001 1101 1111110 1100011 101100

Color Harmonies of #01DD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DD18

Black with #01DD18

Text Example


Text Example

White with #01DD18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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