Html Css Color HEX #0FEC19 Free Speech Green

📋 copy color: '#0FEC19'

red 15 ◦ green 236 ◦ blue 25

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

Shades of Free Speech Green #0FEC19

Tints of Free Speech Green #0FEC19

RGB

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

 GREEN value IS 236 (92.58% from 255) = 85.51%

 BLUE value IS 25 (10.16% from 255) = 9.06%

R = 5.43%
G = 85.51%
B = 9.06%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#0FEC19 (or 0x0FEC19) is known color: Free Speech Green. HEX triplet: 0F, EC and 19. RGB value is (15,236,25). Sum of RGB (Red+Green+Blue) = 15+236+25=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 236 (92.58% from 255 or 85.51% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 236 - color contains mainly: green. Hex color #0FEC19 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FEC19 is #F013E6. Grayscale: #929292. Windows color (decimal): -15733735 or 1698831. OLE color: 1698831.

HSL color Cylindrical-coordinate representation of color #0FEC19: hue angle of 122.71º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEC19 is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 15 236 25 -
CMYK 0.94 0 0.89 0.07
HSL 122.71º 0.88% 0.49% -
HSV(B) 122.71º 0.94% 0.93% -
XYZ 30.37 60.16 10.93 -
YUV 145.87 59.78 34.66 -
System Red Green Blue C M Y K H S L
Decimal 15 236 25 0.94 0 0.89 0.07 122.71 0.88 0.49
Hex F EC 19 5E 0 59 7 7B 58 31
Octal 17 354 31 136 0 131 7 173 130 61
Binary 1111 11101100 11001 1011110 0 1011001 111 1111011 1011000 110001

Color Harmonies of #0FEC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEC19

Black with #0FEC19

Text Example


Text Example

White with #0FEC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,236,25); }

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

background-color css

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

 a { background-color: rgb(15,236,25); }

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

border-color css

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

 span { border-color: rgb(15,236,25); }

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