Html Css Color HEX #01D90D Free Speech Green

📋 copy color: '#01D90D'

red 1 ◦ green 217 ◦ blue 13

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

Shades of Free Speech Green #01D90D

Tints of Free Speech Green #01D90D

RGB

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

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

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

R = 0.43%
G = 93.94%
B = 5.63%

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

#01D90D (or 0x01D90D) is known color: Free Speech Green. HEX triplet: 01, D9 and 0D. RGB value is (1,217,13). Sum of RGB (Red+Green+Blue) = 1+217+13=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 217 (85.16% from 255 or 93.94% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 217 - color contains mainly: green. Hex color #01D90D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01D90D is #FE26F2. Grayscale: #818181. Windows color (decimal): -16656115 or 907521. OLE color: 907521.

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

Color convert

RGB 1 217 13 -
CMYK 1.00 0 0.94 0.15
HSL 123.33º 0.99% 0.43% -
HSV(B) 123.33º 1% 0.85% -
XYZ 24.9 49.66 8.65 -
YUV 129.16 62.44 36.59 -
System Red Green Blue C M Y K H S L
Decimal 1 217 13 1.00 0 0.94 0.15 123.33 0.99 0.43
Hex 1 D9 D 64 0 5E F 7B 63 2B
Octal 1 331 15 144 0 136 17 173 143 53
Binary 1 11011001 1101 1100100 0 1011110 1111 1111011 1100011 101011

Color Harmonies of #01D90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D90D

Black with #01D90D

Text Example


Text Example

White with #01D90D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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