Html Css Color HEX #01D61C Free Speech Green

📋 copy color: '#01D61C'

red 1 ◦ green 214 ◦ blue 28

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

Shades of Free Speech Green #01D61C

Tints of Free Speech Green #01D61C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 88.07%

 BLUE value IS 28 (11.33% from 255) = 11.52%

R = 0.41%
G = 88.07%
B = 11.52%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#01D61C (or 0x01D61C) is known color: Free Speech Green. HEX triplet: 01, D6 and 1C. RGB value is (1,214,28). Sum of RGB (Red+Green+Blue) = 1+214+28=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 214 (83.98% from 255 or 88.07% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 214 - color contains mainly: green. Hex color #01D61C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D61C is #FE29E3. Grayscale: #818181. Windows color (decimal): -16656868 or 1889793. OLE color: 1889793.

HSL color Cylindrical-coordinate representation of color #01D61C: hue angle of 127.61º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D61C is Cyan = 1.00, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 1 214 28 -
CMYK 1.00 0 0.87 0.16
HSL 127.61º 0.99% 0.42% -
HSV(B) 127.61º 1% 0.84% -
XYZ 24.27 48.18 9.12 -
YUV 129.11 70.93 36.62 -
System Red Green Blue C M Y K H S L
Decimal 1 214 28 1.00 0 0.87 0.16 127.61 0.99 0.42
Hex 1 D6 1C 64 0 57 10 80 63 2A
Octal 1 326 34 144 0 127 20 200 143 52
Binary 1 11010110 11100 1100100 0 1010111 10000 10000000 1100011 101010

Color Harmonies of #01D61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D61C

Black with #01D61C

Text Example


Text Example

White with #01D61C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,214,28); }

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

background-color css

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

 a { background-color: rgb(1,214,28); }

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

border-color css

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

 span { border-color: rgb(1,214,28); }

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