#0FED24

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

Shades of Free Speech Green #0FED24

Tints of Free Speech Green #0FED24

Color information

#0FED24 (or 0x0FED24) is unknown color: approx Free Speech Green. HEX triplet: 0F, ED and 24. RGB value is (15,237,36). Sum of RGB (Red+Green+Blue) = 15+237+36=288 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.21% from 288); Green value is 237 (92.97% from 255 or 82.29% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 237 - color contains mainly: green. Hex color #0FED24 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FED24 is #F012DB. Grayscale: #949494. Windows color (decimal): -15733468 or 2419983. OLE color: 2419983.

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

Color convert

RGB1523736-
CMYK0.9400.850.07
HSL125.68º88.1%49.41%-
HSV(B)125.68º93.67%92.94%-
XYZ30.860.811.78-
YUV147.7164.9533.34-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.21%
GREEN value IS 237 (92.97% from 255) = 82.29%
BLUE value IS 36 (14.45% from 255) = 12.5%
R=5.21%
G=82.29%
B=12.5%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal15237360.9400.850.07125.6888.149.41
HexFED245E05577e5831
Octal17355441360125717613061
Binary11111110110110010010111100101010111111111101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FED24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,237,36); }

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

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

 a { background-color: rgb(15,237,36); }

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

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

 span { border-color: rgb(15,237,36); }

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