#12EE22

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

Shades of Free Speech Green #12EE22

Tints of Free Speech Green #12EE22

Color information

#12EE22 (or 0x12EE22) is unknown color: approx Free Speech Green. HEX triplet: 12, EE and 22. RGB value is (18,238,34). Sum of RGB (Red+Green+Blue) = 18+238+34=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 238 (93.36% from 255 or 82.07% from 290); Blue value is 34 (13.67% from 255 or 11.72% from 290); Max value from RGB is 238 - color contains mainly: green. Hex color #12EE22 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12EE22 is #ED11DD. Grayscale: #959595. Windows color (decimal): -15536606 or 2289170. OLE color: 2289170.

HSL color Cylindrical-coordinate representation of color #12EE22: hue angle of 124.36º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EE22 is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB1823834-
CMYK0.9200.860.07
HSL124.36º86.61%50.2%-
HSV(B)124.36º92.44%93.33%-
XYZ31.1161.3911.72-
YUV148.9663.1134.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.21%
GREEN value IS 238 (93.36% from 255) = 82.07%
BLUE value IS 34 (13.67% from 255) = 11.72%
R=6.21%
G=82.07%
B=11.72%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal18238340.9200.860.07124.3686.6150.2
Hex12EE225C05677c5732
Octal22356421340126717412762
Binary100101110111010001010111000101011011111111001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12EE22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,238,34); }

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

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

 a { background-color: rgb(18,238,34); }

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

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

 span { border-color: rgb(18,238,34); }

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