#0fef26

Color #0FEF26 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #0FEF26

Tints of Free Speech Green #0FEF26

Color information

#0FEF26 (or 0x0FEF26) is unknown color: approx Free Speech Green. HEX triplet: 0F, EF and 26. RGB value is (15,239,38). Sum of RGB (Red+Green+Blue) = 15+239+38=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 239 (93.75% from 255 or 81.85% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEF26 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FEF26 is #F010D9. Grayscale: #959595. Windows color (decimal): -15732954 or 2551567. OLE color: 2551567.

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

Color convert

RGB1523938-
CMYK0.9400.840.06
HSL126.16º88.19%49.8%-
HSV(B)126.16º93.72%93.73%-
XYZ31.4161.9712.14-
YUV149.1165.2932.34-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.14%
GREEN value IS 239 (93.75% from 255) = 81.85%
BLUE value IS 38 (15.23% from 255) = 13.01%
R=5.14%
G=81.85%
B=13.01%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal15239380.9400.840.06126.1688.1949.8
HexFEF265E05467e5832
Octal17357461360124617613062
Binary11111110111110011010111100101010011011111101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fef26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0fef26;
 }
 .AnyTagClassName
 {
   color: #0fef26;
 }
</style>
background-color css

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

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

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

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

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

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