#12CF00

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

Shades of Free Speech Green #12CF00

Tints of Free Speech Green #12CF00

Color information

#12CF00 (or 0x12CF00) is unknown color: approx Free Speech Green. HEX triplet: 12, CF and 00. RGB value is (18,207,0). Sum of RGB (Red+Green+Blue) = 18+207+0=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 207 (81.25% from 255 or 92% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12CF00 is #ED30FF. Grayscale: #7F7F7F. Windows color (decimal): -15544576 or 53010. OLE color: 53010.

HSL color Cylindrical-coordinate representation of color #12CF00: hue angle of 114.78º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12CF00 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB182070-
CMYK0.91010.19
HSL114.78º100%40.59%-
HSV(B)114.78º100%81.18%-
XYZ22.5644.757.45-
YUV126.8956.3850.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 207 (81.25% from 255) = 92%
BLUE value IS 0 (0.39% from 255) = 0%
R=8%
G=92%
B=0%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1820700.91010.19114.7810040.59
Hex12CF05B06413736429
Octal22317013301442316314451
Binary100101100111101011011011001001001111100111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,207,0); }

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

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

 a { background-color: rgb(18,207,0); }

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

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

 span { border-color: rgb(18,207,0); }

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