Html Css Color HEX #01DF17 Free Speech Green

📋 copy color: '#01DF17'

red 1 ◦ green 223 ◦ blue 23

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

Shades of Free Speech Green #01DF17

Tints of Free Speech Green #01DF17

RGB

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

 GREEN value IS 223 (87.5% from 255) = 90.28%

 BLUE value IS 23 (9.38% from 255) = 9.31%

R = 0.4%
G = 90.28%
B = 9.31%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#01DF17 (or 0x01DF17) is known color: Free Speech Green. HEX triplet: 01, DF and 17. RGB value is (1,223,23). Sum of RGB (Red+Green+Blue) = 1+223+23=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 223 (87.5% from 255 or 90.28% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01DF17 is #FE20E8. Grayscale: #868686. Windows color (decimal): -16654569 or 1564417. OLE color: 1564417.

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

Color convert

RGB 1 223 23 -
CMYK 1.00 0 0.90 0.13
HSL 125.95º 0.99% 0.44% -
HSV(B) 125.95º 1% 0.87% -
XYZ 26.55 52.84 9.61 -
YUV 133.82 65.45 33.26 -
System Red Green Blue C M Y K H S L
Decimal 1 223 23 1.00 0 0.90 0.13 125.95 0.99 0.44
Hex 1 DF 17 64 0 5A D 7E 63 2C
Octal 1 337 27 144 0 132 15 176 143 54
Binary 1 11011111 10111 1100100 0 1011010 1101 1111110 1100011 101100

Color Harmonies of #01DF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DF17

Black with #01DF17

Text Example


Text Example

White with #01DF17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,223,23); }

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

background-color css

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

 a { background-color: rgb(1,223,23); }

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

border-color css

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

 span { border-color: rgb(1,223,23); }

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