#12DD26

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

Shades of Free Speech Green #12DD26

Tints of Free Speech Green #12DD26

Color information

#12DD26 (or 0x12DD26) is unknown color: approx Free Speech Green. HEX triplet: 12, DD and 26. RGB value is (18,221,38). Sum of RGB (Red+Green+Blue) = 18+221+38=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 221 (86.72% from 255 or 79.78% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DD26 is #ED22D9. Grayscale: #8B8B8B. Windows color (decimal): -15540954 or 2546962. OLE color: 2546962.

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

Color convert

RGB1822138-
CMYK0.9200.830.13
HSL125.91º84.94%46.86%-
HSV(B)125.91º91.86%86.67%-
XYZ26.4651.9810.47-
YUV139.4470.7541.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.50%
GREEN value IS 221 (86.72% from 255) = 79.78%
BLUE value IS 38 (15.23% from 255) = 13.72%
R=6.50%
G=79.78%
B=13.72%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal18221380.9200.830.13125.9184.9446.86
Hex12DD265C053D7e552f
Octal223354613401231517612557
Binary1001011011101100110101110001010011110111111101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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