Html Css Color HEX #00F814 Free Speech Green

📋 copy color: '#00F814'

red 0 ◦ green 248 ◦ blue 20

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

Shades of Free Speech Green #00F814

Tints of Free Speech Green #00F814

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 248 (97.27% from 255) = 92.54%

 BLUE value IS 20 (8.2% from 255) = 7.46%

R = 0%
G = 92.54%
B = 7.46%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#00F814 (or 0x00F814) is known color: Free Speech Green. HEX triplet: 00, F8 and 14. RGB value is (0,248,20). Sum of RGB (Red+Green+Blue) = 0+248+20=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 248 (97.27% from 255 or 92.54% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 248 - color contains mainly: green. Hex color #00F814 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00F814 is #FF07EB. Grayscale: #949494. Windows color (decimal): -16713708 or 1374208. OLE color: 1374208.

HSL color Cylindrical-coordinate representation of color #00F814: hue angle of 124.84º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F814 is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 0 248 20 -
CMYK 1 0 0.92 0.03
HSL 124.84º 1% 0.49% -
HSV(B) 124.84º 1% 0.97% -
XYZ 33.69 67.19 11.85 -
YUV 147.86 55.84 22.54 -
System Red Green Blue C M Y K H S L
Decimal 0 248 20 1 0 0.92 0.03 124.84 1 0.49
Hex 0 F8 14 64 0 5C 3 7D 64 31
Octal 0 370 24 144 0 134 3 175 144 61
Binary 0 11111000 10100 1100100 0 1011100 11 1111101 1100100 110001

Color Harmonies of #00F814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00F814

Black with #00F814

Text Example


Text Example

White with #00F814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00F814; }

 p { color: rgb(0,248,20); }

 H1.HeaderClassName
 {
   color: #00F814;
 }
 .AnyTagClassName
 {
   color: #00F814;
 }
</style>

background-color css

<style>
 a { background-color: #00F814; }

 a { background-color: rgb(0,248,20); }

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

border-color css

<style>
 span { border-color: #00F814; }

 span { border-color: rgb(0,248,20); }

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