#12EF0F

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

Shades of Free Speech Green #12EF0F

Tints of Free Speech Green #12EF0F

Color information

#12EF0F (or 0x12EF0F) is unknown color: approx Free Speech Green. HEX triplet: 12, EF and 0F. RGB value is (18,239,15). Sum of RGB (Red+Green+Blue) = 18+239+15=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 239 (93.75% from 255 or 87.87% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 239 - color contains mainly: green. Hex color #12EF0F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12EF0F is #ED10F0. Grayscale: #949494. Windows color (decimal): -15536369 or 1044242. OLE color: 1044242.

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

Color convert

RGB1823915-
CMYK0.9200.940.06
HSL119.2º88.19%49.8%-
HSV(B)119.2º93.72%93.73%-
XYZ31.261.910.75-
YUV147.3853.2835.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.62%
GREEN value IS 239 (93.75% from 255) = 87.87%
BLUE value IS 15 (6.25% from 255) = 5.51%
R=6.62%
G=87.87%
B=5.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal18239150.9200.940.06119.288.1949.8
Hex12EFF5C05E6775832
Octal22357171340136616713062
Binary1001011101111111110111000101111011011101111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12EF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12EF0F; }

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

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

<style>
 a { background-color: #12EF0F; }

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

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

<style>
 span { border-color: #12EF0F; }

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

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