Html Css Color HEX #01DB17 Free Speech Green

📋 copy color: '#01DB17'

red 1 ◦ green 219 ◦ blue 23

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

Shades of Free Speech Green #01DB17

Tints of Free Speech Green #01DB17

RGB

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

 GREEN value IS 219 (85.94% from 255) = 90.12%

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

R = 0.41%
G = 90.12%
B = 9.47%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#01DB17 (or 0x01DB17) is known color: Free Speech Green. HEX triplet: 01, DB and 17. RGB value is (1,219,23). Sum of RGB (Red+Green+Blue) = 1+219+23=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 219 (85.94% from 255 or 90.12% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 219 - color contains mainly: green. Hex color #01DB17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01DB17 is #FE24E8. Grayscale: #848484. Windows color (decimal): -16655593 or 1563393. OLE color: 1563393.

HSL color Cylindrical-coordinate representation of color #01DB17: hue angle of 126.06º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DB17 is Cyan = 1.00, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 219 23 -
CMYK 1.00 0 0.89 0.14
HSL 126.06º 0.99% 0.43% -
HSV(B) 126.06º 1% 0.86% -
XYZ 25.5 50.73 9.26 -
YUV 131.47 66.78 34.94 -
System Red Green Blue C M Y K H S L
Decimal 1 219 23 1.00 0 0.89 0.14 126.06 0.99 0.43
Hex 1 DB 17 64 0 59 E 7E 63 2B
Octal 1 333 27 144 0 131 16 176 143 53
Binary 1 11011011 10111 1100100 0 1011001 1110 1111110 1100011 101011

Color Harmonies of #01DB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DB17

Black with #01DB17

Text Example


Text Example

White with #01DB17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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