#12EE29

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

Shades of Free Speech Green #12EE29

Tints of Free Speech Green #12EE29

Color information

#12EE29 (or 0x12EE29) is unknown color: approx Free Speech Green. HEX triplet: 12, EE and 29. RGB value is (18,238,41). Sum of RGB (Red+Green+Blue) = 18+238+41=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 238 (93.36% from 255 or 80.13% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 238 - color contains mainly: green. Hex color #12EE29 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12EE29 is #ED11D6. Grayscale: #969696. Windows color (decimal): -15536599 or 2747922. OLE color: 2747922.

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

Color convert

RGB1823841-
CMYK0.9200.830.07
HSL126.27º86.61%50.2%-
HSV(B)126.27º92.44%93.33%-
XYZ31.2261.4412.31-
YUV149.7666.6134.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.06%
GREEN value IS 238 (93.36% from 255) = 80.13%
BLUE value IS 41 (16.41% from 255) = 13.80%
R=6.06%
G=80.13%
B=13.80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal18238410.9200.830.07126.2786.6150.2
Hex12EE295C05377e5732
Octal22356511340123717612762
Binary100101110111010100110111000101001111111111101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12EE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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