#12DD25

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

Shades of Free Speech Green #12DD25

Tints of Free Speech Green #12DD25

Color information

#12DD25 (or 0x12DD25) is unknown color: approx Free Speech Green. HEX triplet: 12, DD and 25. RGB value is (18,221,37). Sum of RGB (Red+Green+Blue) = 18+221+37=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 221 (86.72% from 255 or 80.07% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DD25 is #ED22DA. Grayscale: #8B8B8B. Windows color (decimal): -15540955 or 2481426. OLE color: 2481426.

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

Color convert

RGB1822137-
CMYK0.9200.830.13
HSL125.62º84.94%46.86%-
HSV(B)125.62º91.86%86.67%-
XYZ26.4451.9810.39-
YUV139.3370.2541.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.52%
GREEN value IS 221 (86.72% from 255) = 80.07%
BLUE value IS 37 (14.84% from 255) = 13.41%
R=6.52%
G=80.07%
B=13.41%

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
Decimal18221370.9200.830.13125.6284.9446.86
Hex12DD255C053D7e552f
Octal223354513401231517612557
Binary1001011011101100101101110001010011110111111101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DD25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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