Html Css Color HEX #01C910 Free Speech Green

📋 copy color: '#01C910'

red 1 ◦ green 201 ◦ blue 16

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

Shades of Free Speech Green #01C910

Tints of Free Speech Green #01C910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.34%

R = 0.46%
G = 92.2%
B = 7.34%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#01C910 (or 0x01C910) is known color: Free Speech Green. HEX triplet: 01, C9 and 10. RGB value is (1,201,16). Sum of RGB (Red+Green+Blue) = 1+201+16=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 201 (78.91% from 255 or 92.20% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 201 - color contains mainly: green. Hex color #01C910 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C910 is #FE36EF. Grayscale: #787878. Windows color (decimal): -16660208 or 1100033. OLE color: 1100033.

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

Color convert

RGB 1 201 16 -
CMYK 1.00 0 0.92 0.21
HSL 124.5º 0.99% 0.4% -
HSV(B) 124.5º 1% 0.79% -
XYZ 20.99 41.82 7.46 -
YUV 120.11 69.24 43.04 -
System Red Green Blue C M Y K H S L
Decimal 1 201 16 1.00 0 0.92 0.21 124.5 0.99 0.4
Hex 1 C9 10 64 0 5C 15 7C 63 28
Octal 1 311 20 144 0 134 25 174 143 50
Binary 1 11001001 10000 1100100 0 1011100 10101 1111100 1100011 101000

Color Harmonies of #01C910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C910

Black with #01C910

Text Example


Text Example

White with #01C910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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