Html Css Color HEX #01C90D Free Speech Green

📋 copy color: '#01C90D'

red 1 ◦ green 201 ◦ blue 13

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

Shades of Free Speech Green #01C90D

Tints of Free Speech Green #01C90D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 93.49%

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

R = 0.47%
G = 93.49%
B = 6.05%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#01C90D (or 0x01C90D) is known color: Free Speech Green. HEX triplet: 01, C9 and 0D. RGB value is (1,201,13). Sum of RGB (Red+Green+Blue) = 1+201+13=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 201 (78.91% from 255 or 93.49% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 201 - color contains mainly: green. Hex color #01C90D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C90D is #FE36F2. Grayscale: #787878. Windows color (decimal): -16660211 or 903425. OLE color: 903425.

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

Color convert

RGB 1 201 13 -
CMYK 1.00 0 0.94 0.21
HSL 123.6º 0.99% 0.4% -
HSV(B) 123.6º 1% 0.79% -
XYZ 20.97 41.81 7.35 -
YUV 119.77 67.74 43.29 -
System Red Green Blue C M Y K H S L
Decimal 1 201 13 1.00 0 0.94 0.21 123.6 0.99 0.4
Hex 1 C9 D 64 0 5E 15 7C 63 28
Octal 1 311 15 144 0 136 25 174 143 50
Binary 1 11001001 1101 1100100 0 1011110 10101 1111100 1100011 101000

Color Harmonies of #01C90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C90D

Black with #01C90D

Text Example


Text Example

White with #01C90D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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