Html Css Color HEX #0FEF10 Free Speech Green

📋 copy color: '#0FEF10'

red 15 ◦ green 239 ◦ blue 16

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

Shades of Free Speech Green #0FEF10

Tints of Free Speech Green #0FEF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.93%

R = 5.56%
G = 88.52%
B = 5.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#0FEF10 (or 0x0FEF10) is known color: Free Speech Green. HEX triplet: 0F, EF and 10. RGB value is (15,239,16). Sum of RGB (Red+Green+Blue) = 15+239+16=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 239 (93.75% from 255 or 88.52% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEF10 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FEF10 is #F010EF. Grayscale: #939393. Windows color (decimal): -15732976 or 1109775. OLE color: 1109775.

HSL color Cylindrical-coordinate representation of color #0FEF10: hue angle of 120.27º 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 #0FEF10 is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 15 239 16 -
CMYK 0.94 0 0.93 0.06
HSL 120.27º 0.88% 0.5% -
HSV(B) 120.27º 0.94% 0.94% -
XYZ 31.16 61.87 10.79 -
YUV 146.6 54.29 34.13 -
System Red Green Blue C M Y K H S L
Decimal 15 239 16 0.94 0 0.93 0.06 120.27 0.88 0.5
Hex F EF 10 5E 0 5D 6 78 58 32
Octal 17 357 20 136 0 135 6 170 130 62
Binary 1111 11101111 10000 1011110 0 1011101 110 1111000 1011000 110010

Color Harmonies of #0FEF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEF10

Black with #0FEF10

Text Example


Text Example

White with #0FEF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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