#0FE12A

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

Shades of Free Speech Green #0FE12A

Tints of Free Speech Green #0FE12A

Color information

#0FE12A (or 0x0FE12A) is unknown color: approx Free Speech Green. HEX triplet: 0F, E1 and 2A. RGB value is (15,225,42). Sum of RGB (Red+Green+Blue) = 15+225+42=282 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.32% from 282); Green value is 225 (88.28% from 255 or 79.79% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE12A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE12A is #F01ED5. Grayscale: #8D8D8D. Windows color (decimal): -15736534 or 2810127. OLE color: 2810127.

HSL color Cylindrical-coordinate representation of color #0FE12A: hue angle of 127.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE12A is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB1522542-
CMYK0.9300.810.12
HSL127.71º87.5%47.06%-
HSV(B)127.71º93.33%88.24%-
XYZ27.5454.1211.19-
YUV141.3571.9337.88-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.32%
GREEN value IS 225 (88.28% from 255) = 79.79%
BLUE value IS 42 (16.80% from 255) = 14.89%
R=5.32%
G=79.79%
B=14.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal15225420.9300.810.12127.7187.547.06
HexFE12A5D051C80582f
Octal173415213501211420013057
Binary1111111000011010101011101010100011100100000001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FE12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,225,42); }

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

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

 a { background-color: rgb(15,225,42); }

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

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

 span { border-color: rgb(15,225,42); }

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