Html Css Color HEX #0FF811 Free Speech Green

📋 copy color: '#0FF811'

red 15 ◦ green 248 ◦ blue 17

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

Shades of Free Speech Green #0FF811

Tints of Free Speech Green #0FF811

RGB

 RED value IS 15 (6.25% from 255) = 5.36%

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

 BLUE value IS 17 (7.03% from 255) = 6.07%

R = 5.36%
G = 88.57%
B = 6.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#0FF811 (or 0x0FF811) is known color: Free Speech Green. HEX triplet: 0F, F8 and 11. RGB value is (15,248,17). Sum of RGB (Red+Green+Blue) = 15+248+17=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 248 (97.27% from 255 or 88.57% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 248 - color contains mainly: green. Hex color #0FF811 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FF811 is #F007EE. Grayscale: #989898. Windows color (decimal): -15730671 or 1177615. OLE color: 1177615.

HSL color Cylindrical-coordinate representation of color #0FF811: hue angle of 120.52º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF811 is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 15 248 17 -
CMYK 0.94 0 0.93 0.03
HSL 120.52º 0.94% 0.52% -
HSV(B) 120.52º 0.94% 0.97% -
XYZ 33.87 67.28 11.73 -
YUV 152 51.81 30.28 -
System Red Green Blue C M Y K H S L
Decimal 15 248 17 0.94 0 0.93 0.03 120.52 0.94 0.52
Hex F F8 11 5E 0 5D 3 79 5E 34
Octal 17 370 21 136 0 135 3 171 136 64
Binary 1111 11111000 10001 1011110 0 1011101 11 1111001 1011110 110100

Color Harmonies of #0FF811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF811

Black with #0FF811

Text Example


Text Example

White with #0FF811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FF811; }

 p { color: rgb(15,248,17); }

 H1.HeaderClassName
 {
   color: #0FF811;
 }
 .AnyTagClassName
 {
   color: #0FF811;
 }
</style>

background-color css

<style>
 a { background-color: #0FF811; }

 a { background-color: rgb(15,248,17); }

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

border-color css

<style>
 span { border-color: #0FF811; }

 span { border-color: rgb(15,248,17); }

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