Html Css Color HEX #01F515 Free Speech Green

📋 copy color: '#01F515'

red 1 ◦ green 245 ◦ blue 21

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

Shades of Free Speech Green #01F515

Tints of Free Speech Green #01F515

RGB

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

 GREEN value IS 245 (96.09% from 255) = 91.76%

 BLUE value IS 21 (8.59% from 255) = 7.87%

R = 0.37%
G = 91.76%
B = 7.87%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#01F515 (or 0x01F515) is known color: Free Speech Green. HEX triplet: 01, F5 and 15. RGB value is (1,245,21). Sum of RGB (Red+Green+Blue) = 1+245+21=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 245 (96.09% from 255 or 91.76% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 245 - color contains mainly: green. Hex color #01F515 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01F515 is #FE0AEA. Grayscale: #939393. Windows color (decimal): -16648939 or 1438977. OLE color: 1438977.

HSL color Cylindrical-coordinate representation of color #01F515: hue angle of 124.92º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F515 is Cyan = 1.00, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 1 245 21 -
CMYK 1.00 0 0.91 0.04
HSL 124.92º 0.99% 0.48% -
HSV(B) 124.92º 1% 0.96% -
XYZ 32.8 65.37 11.6 -
YUV 146.51 57.16 24.21 -
System Red Green Blue C M Y K H S L
Decimal 1 245 21 1.00 0 0.91 0.04 124.92 0.99 0.48
Hex 1 F5 15 64 0 5B 4 7D 63 30
Octal 1 365 25 144 0 133 4 175 143 60
Binary 1 11110101 10101 1100100 0 1011011 100 1111101 1100011 110000

Color Harmonies of #01F515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F515

Black with #01F515

Text Example


Text Example

White with #01F515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,245,21); }

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

background-color css

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

 a { background-color: rgb(1,245,21); }

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

border-color css

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

 span { border-color: rgb(1,245,21); }

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