Html Css Color HEX #01DE0D Free Speech Green

📋 copy color: '#01DE0D'

red 1 ◦ green 222 ◦ blue 13

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

Shades of Free Speech Green #01DE0D

Tints of Free Speech Green #01DE0D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 94.07%

 BLUE value IS 13 (5.47% from 255) = 5.51%

R = 0.42%
G = 94.07%
B = 5.51%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#01DE0D (or 0x01DE0D) is known color: Free Speech Green. HEX triplet: 01, DE and 0D. RGB value is (1,222,13). Sum of RGB (Red+Green+Blue) = 1+222+13=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 222 (87.11% from 255 or 94.07% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 222 - color contains mainly: green. Hex color #01DE0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01DE0D is #FE21F2. Grayscale: #848484. Windows color (decimal): -16654835 or 908801. OLE color: 908801.

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

Color convert

RGB 1 222 13 -
CMYK 1.00 0 0.94 0.13
HSL 123.26º 0.99% 0.44% -
HSV(B) 123.26º 1% 0.87% -
XYZ 26.21 52.28 9.09 -
YUV 132.1 60.78 34.49 -
System Red Green Blue C M Y K H S L
Decimal 1 222 13 1.00 0 0.94 0.13 123.26 0.99 0.44
Hex 1 DE D 64 0 5E D 7B 63 2C
Octal 1 336 15 144 0 136 15 173 143 54
Binary 1 11011110 1101 1100100 0 1011110 1101 1111011 1100011 101100

Color Harmonies of #01DE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DE0D

Black with #01DE0D

Text Example


Text Example

White with #01DE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,222,13); }

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

background-color css

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

 a { background-color: rgb(1,222,13); }

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

border-color css

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

 span { border-color: rgb(1,222,13); }

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