Html Css Color HEX #01D00E Free Speech Green

📋 copy color: '#01D00E'

red 1 ◦ green 208 ◦ blue 14

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

Shades of Free Speech Green #01D00E

Tints of Free Speech Green #01D00E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 93.27%

 BLUE value IS 14 (5.86% from 255) = 6.28%

R = 0.45%
G = 93.27%
B = 6.28%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#01D00E (or 0x01D00E) is known color: Free Speech Green. HEX triplet: 01, D0 and 0E. RGB value is (1,208,14). Sum of RGB (Red+Green+Blue) = 1+208+14=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 208 (81.64% from 255 or 93.27% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 208 - color contains mainly: green. Hex color #01D00E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01D00E is #FE2FF1. Grayscale: #7C7C7C. Windows color (decimal): -16658418 or 970753. OLE color: 970753.

HSL color Cylindrical-coordinate representation of color #01D00E: hue angle of 123.77º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D00E is Cyan = 1.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 208 14 -
CMYK 1.00 0 0.93 0.18
HSL 123.77º 0.99% 0.41% -
HSV(B) 123.77º 1% 0.82% -
XYZ 22.65 45.15 7.94 -
YUV 123.99 65.92 40.27 -
System Red Green Blue C M Y K H S L
Decimal 1 208 14 1.00 0 0.93 0.18 123.77 0.99 0.41
Hex 1 D0 E 64 0 5D 12 7C 63 29
Octal 1 320 16 144 0 135 22 174 143 51
Binary 1 11010000 1110 1100100 0 1011101 10010 1111100 1100011 101001

Color Harmonies of #01D00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D00E

Black with #01D00E

Text Example


Text Example

White with #01D00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,208,14); }

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

background-color css

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

 a { background-color: rgb(1,208,14); }

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

border-color css

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

 span { border-color: rgb(1,208,14); }

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