#0EF524

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

Shades of Free Speech Green #0EF524

Tints of Free Speech Green #0EF524

Color information

#0EF524 (or 0x0EF524) is unknown color: approx Free Speech Green. HEX triplet: 0E, F5 and 24. RGB value is (14,245,36). Sum of RGB (Red+Green+Blue) = 14+245+36=295 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.75% from 295); Green value is 245 (96.09% from 255 or 83.05% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 245 - color contains mainly: green. Hex color #0EF524 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EF524 is #F10ADB. Grayscale: #989898. Windows color (decimal): -15796956 or 2422030. OLE color: 2422030.

HSL color Cylindrical-coordinate representation of color #0EF524: hue angle of 125.71º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF524 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB1424536-
CMYK0.9400.850.04
HSL125.71º92.03%50.78%-
HSV(B)125.71º94.29%96.08%-
XYZ33.1565.5312.57-
YUV152.1162.4729.49-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.75%
GREEN value IS 245 (96.09% from 255) = 83.05%
BLUE value IS 36 (14.45% from 255) = 12.20%
R=4.75%
G=83.05%
B=12.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal14245360.9400.850.04125.7192.0350.78
HexEF5245E05547e5c33
Octal16365441360125417613463
Binary11101111010110010010111100101010110011111101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EF524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,245,36); }

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

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

 a { background-color: rgb(14,245,36); }

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

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

 span { border-color: rgb(14,245,36); }

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