#12E325

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

Shades of Free Speech Green #12E325

Tints of Free Speech Green #12E325

Color information

#12E325 (or 0x12E325) is unknown color: approx Free Speech Green. HEX triplet: 12, E3 and 25. RGB value is (18,227,37). Sum of RGB (Red+Green+Blue) = 18+227+37=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 227 (89.06% from 255 or 80.50% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 227 - color contains mainly: green. Hex color #12E325 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12E325 is #ED1CDA. Grayscale: #8F8F8F. Windows color (decimal): -15539419 or 2482962. OLE color: 2482962.

HSL color Cylindrical-coordinate representation of color #12E325: hue angle of 125.45º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E325 is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB1822737-
CMYK0.9200.840.11
HSL125.45º85.31%48.04%-
HSV(B)125.45º92.07%89.02%-
XYZ28.0555.210.93-
YUV142.8568.2638.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.38%
GREEN value IS 227 (89.06% from 255) = 80.50%
BLUE value IS 37 (14.84% from 255) = 13.12%
R=6.38%
G=80.50%
B=13.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal18227370.9200.840.11125.4585.3148.04
Hex12E3255C054B7d5530
Octal223434513401241317512560
Binary1001011100011100101101110001010100101111111011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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