#12E803

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

Shades of Free Speech Green #12E803

Tints of Free Speech Green #12E803

Color information

#12E803 (or 0x12E803) is unknown color: approx Free Speech Green. HEX triplet: 12, E8 and 03. RGB value is (18,232,3). Sum of RGB (Red+Green+Blue) = 18+232+3=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 232 (91.02% from 255 or 91.70% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 232 - color contains mainly: green. Hex color #12E803 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12E803 is #ED17FC. Grayscale: #8E8E8E. Windows color (decimal): -15538173 or 256018. OLE color: 256018.

HSL color Cylindrical-coordinate representation of color #12E803: hue angle of 116.07º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12E803 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB182323-
CMYK0.9200.990.09
HSL116.07º97.45%46.08%-
HSV(B)116.07º98.71%90.98%-
XYZ29.1257.859.72-
YUV141.9149.639.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.11%
GREEN value IS 232 (91.02% from 255) = 91.70%
BLUE value IS 3 (1.56% from 255) = 1.19%
R=7.11%
G=91.70%
B=1.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1823230.9200.990.09116.0797.4546.08
Hex12E835C063974612e
Octal22350313401431116414156
Binary100101110100011101110001100011100111101001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,232,3); }

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

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

 a { background-color: rgb(18,232,3); }

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

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

 span { border-color: rgb(18,232,3); }

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