#12DD28

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

Shades of Free Speech Green #12DD28

Tints of Free Speech Green #12DD28

Color information

#12DD28 (or 0x12DD28) is unknown color: approx Free Speech Green. HEX triplet: 12, DD and 28. RGB value is (18,221,40). Sum of RGB (Red+Green+Blue) = 18+221+40=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 221 (86.72% from 255 or 79.21% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DD28 is #ED22D7. Grayscale: #8C8C8C. Windows color (decimal): -15540952 or 2678034. OLE color: 2678034.

HSL color Cylindrical-coordinate representation of color #12DD28: hue angle of 126.5º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DD28 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB1822140-
CMYK0.9200.820.13
HSL126.5º84.94%46.86%-
HSV(B)126.5º91.86%86.67%-
XYZ26.4951.9910.65-
YUV139.6771.7541.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.45%
GREEN value IS 221 (86.72% from 255) = 79.21%
BLUE value IS 40 (16.02% from 255) = 14.34%
R=6.45%
G=79.21%
B=14.34%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal18221400.9200.820.13126.584.9446.86
Hex12DD285C052D7f552f
Octal223355013401221517712557
Binary1001011011101101000101110001010010110111111111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DD28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,221,40); }

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

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

 a { background-color: rgb(18,221,40); }

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

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

 span { border-color: rgb(18,221,40); }

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