Html Css Color HEX #0FEF15 Free Speech Green

📋 copy color: '#0FEF15'

red 15 ◦ green 239 ◦ blue 21

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

Shades of Free Speech Green #0FEF15

Tints of Free Speech Green #0FEF15

RGB

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

 GREEN value IS 239 (93.75% from 255) = 86.91%

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

R = 5.45%
G = 86.91%
B = 7.64%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#0FEF15 (or 0x0FEF15) is known color: Free Speech Green. HEX triplet: 0F, EF and 15. RGB value is (15,239,21). Sum of RGB (Red+Green+Blue) = 15+239+21=275 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.45% from 275); Green value is 239 (93.75% from 255 or 86.91% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEF15 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FEF15 is #F010EA. Grayscale: #939393. Windows color (decimal): -15732971 or 1437455. OLE color: 1437455.

HSL color Cylindrical-coordinate representation of color #0FEF15: hue angle of 121.61º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEF15 is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 15 239 21 -
CMYK 0.94 0 0.91 0.06
HSL 121.61º 0.88% 0.5% -
HSV(B) 121.61º 0.94% 0.94% -
XYZ 31.2 61.89 11.01 -
YUV 147.17 56.79 33.73 -
System Red Green Blue C M Y K H S L
Decimal 15 239 21 0.94 0 0.91 0.06 121.61 0.88 0.5
Hex F EF 15 5E 0 5B 6 7A 58 32
Octal 17 357 25 136 0 133 6 172 130 62
Binary 1111 11101111 10101 1011110 0 1011011 110 1111010 1011000 110010

Color Harmonies of #0FEF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEF15

Black with #0FEF15

Text Example


Text Example

White with #0FEF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,239,21); }

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

background-color css

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

 a { background-color: rgb(15,239,21); }

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

border-color css

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

 span { border-color: rgb(15,239,21); }

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