#12DD24

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

Shades of Free Speech Green #12DD24

Tints of Free Speech Green #12DD24

Color information

#12DD24 (or 0x12DD24) is unknown color: approx Free Speech Green. HEX triplet: 12, DD and 24. RGB value is (18,221,36). Sum of RGB (Red+Green+Blue) = 18+221+36=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 221 (86.72% from 255 or 80.36% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD24 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DD24 is #ED22DB. Grayscale: #8B8B8B. Windows color (decimal): -15540956 or 2415890. OLE color: 2415890.

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

Color convert

RGB1822136-
CMYK0.9200.840.13
HSL125.32º84.94%46.86%-
HSV(B)125.32º91.86%86.67%-
XYZ26.4251.9710.31-
YUV139.2169.7541.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.55%
GREEN value IS 221 (86.72% from 255) = 80.36%
BLUE value IS 36 (14.45% from 255) = 13.09%
R=6.55%
G=80.36%
B=13.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal18221360.9200.840.13125.3284.9446.86
Hex12DD245C054D7d552f
Octal223354413401241517512557
Binary1001011011101100100101110001010100110111111011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DD24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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