Html Css Color HEX #01D90E Free Speech Green

📋 copy color: '#01D90E'

red 1 ◦ green 217 ◦ blue 14

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

Shades of Free Speech Green #01D90E

Tints of Free Speech Green #01D90E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 93.53%

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

R = 0.43%
G = 93.53%
B = 6.03%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#01D90E (or 0x01D90E) is known color: Free Speech Green. HEX triplet: 01, D9 and 0E. RGB value is (1,217,14). Sum of RGB (Red+Green+Blue) = 1+217+14=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 217 (85.16% from 255 or 93.53% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 217 - color contains mainly: green. Hex color #01D90E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01D90E is #FE26F1. Grayscale: #818181. Windows color (decimal): -16656114 or 973057. OLE color: 973057.

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

Color convert

RGB 1 217 14 -
CMYK 1.00 0 0.94 0.15
HSL 123.61º 0.99% 0.43% -
HSV(B) 123.61º 1% 0.85% -
XYZ 24.9 49.66 8.69 -
YUV 129.27 62.94 36.51 -
System Red Green Blue C M Y K H S L
Decimal 1 217 14 1.00 0 0.94 0.15 123.61 0.99 0.43
Hex 1 D9 E 64 0 5E F 7C 63 2B
Octal 1 331 16 144 0 136 17 174 143 53
Binary 1 11011001 1110 1100100 0 1011110 1111 1111100 1100011 101011

Color Harmonies of #01D90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D90E

Black with #01D90E

Text Example


Text Example

White with #01D90E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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