Html Css Color HEX #01DD1A Free Speech Green

📋 copy color: '#01DD1A'

red 1 ◦ green 221 ◦ blue 26

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

Shades of Free Speech Green #01DD1A

Tints of Free Speech Green #01DD1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.48%

R = 0.4%
G = 89.11%
B = 10.48%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#01DD1A (or 0x01DD1A) is known color: Free Speech Green. HEX triplet: 01, DD and 1A. RGB value is (1,221,26). Sum of RGB (Red+Green+Blue) = 1+221+26=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 221 (86.72% from 255 or 89.11% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DD1A is #FE22E5. Grayscale: #858585. Windows color (decimal): -16655078 or 1760513. OLE color: 1760513.

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

Color convert

RGB 1 221 26 -
CMYK 1.00 0 0.88 0.13
HSL 126.82º 0.99% 0.44% -
HSV(B) 126.82º 1% 0.87% -
XYZ 26.06 51.79 9.6 -
YUV 132.99 67.61 33.86 -
System Red Green Blue C M Y K H S L
Decimal 1 221 26 1.00 0 0.88 0.13 126.82 0.99 0.44
Hex 1 DD 1A 64 0 58 D 7F 63 2C
Octal 1 335 32 144 0 130 15 177 143 54
Binary 1 11011101 11010 1100100 0 1011000 1101 1111111 1100011 101100

Color Harmonies of #01DD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DD1A

Black with #01DD1A

Text Example


Text Example

White with #01DD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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