Html Css Color HEX #01FF0C Free Speech Green

📋 copy color: '#01FF0C'

red 1 ◦ green 255 ◦ blue 12

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

Shades of Free Speech Green #01FF0C

Tints of Free Speech Green #01FF0C

RGB

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

 GREEN value IS 255 (100% from 255) = 95.15%

 BLUE value IS 12 (5.08% from 255) = 4.48%

R = 0.37%
G = 95.15%
B = 4.48%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#01FF0C (or 0x01FF0C) is known color: Free Speech Green. HEX triplet: 01, FF and 0C. RGB value is (1,255,12). Sum of RGB (Red+Green+Blue) = 1+255+12=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 255 (100% from 255 or 95.15% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF0C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01FF0C is #FE00F3. Grayscale: #989898. Windows color (decimal): -16646388 or 851713. OLE color: 851713.

HSL color Cylindrical-coordinate representation of color #01FF0C: hue angle of 122.6º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FF0C is Cyan = 1.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 1 255 12 -
CMYK 1.00 0 0.95 0
HSL 122.6º 1% 0.5% -
HSV(B) 122.6º 1% 1% -
XYZ 35.84 71.55 12.27 -
YUV 151.35 49.35 20.76 -
System Red Green Blue C M Y K H S L
Decimal 1 255 12 1.00 0 0.95 0 122.6 1 0.5
Hex 1 FF C 64 0 5F 0 7B 64 32
Octal 1 377 14 144 0 137 0 173 144 62
Binary 1 11111111 1100 1100100 0 1011111 0 1111011 1100100 110010

Color Harmonies of #01FF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FF0C

Black with #01FF0C

Text Example


Text Example

White with #01FF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,255,12); }

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

background-color css

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

 a { background-color: rgb(1,255,12); }

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

border-color css

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

 span { border-color: rgb(1,255,12); }

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