Html Css Color HEX #12E428 Free Speech Green

📋 copy color: '#12E428'

red 18 ◦ green 228 ◦ blue 40

#12E428
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #12E428

Tints of Free Speech Green #12E428

RGB

 RED value IS 18 (7.42% from 255) = 6.29%

 GREEN value IS 228 (89.45% from 255) = 79.72%

 BLUE value IS 40 (16.02% from 255) = 13.99%

R = 6.29%
G = 79.72%
B = 13.99%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#12E428 (or 0x12E428) is known color: Free Speech Green. HEX triplet: 12, E4 and 28. RGB value is (18,228,40). Sum of RGB (Red+Green+Blue) = 18+228+40=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 228 (89.45% from 255 or 79.72% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 228 - color contains mainly: green. Hex color #12E428 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12E428 is #ED1BD7. Grayscale: #909090. Windows color (decimal): -15539160 or 2679826. OLE color: 2679826.

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

Color convert

RGB 18 228 40 -
CMYK 0.92 0 0.82 0.11
HSL 126.29º 0.85% 0.48% -
HSV(B) 126.29º 0.92% 0.89% -
XYZ 28.38 55.77 11.28 -
YUV 143.78 69.43 38.29 -
System Red Green Blue C M Y K H S L
Decimal 18 228 40 0.92 0 0.82 0.11 126.29 0.85 0.48
Hex 12 E4 28 5C 0 52 B 7E 55 30
Octal 22 344 50 134 0 122 13 176 125 60
Binary 10010 11100100 101000 1011100 0 1010010 1011 1111110 1010101 110000

Color Harmonies of #12E428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E428

Black with #12E428

Text Example


Text Example

White with #12E428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12E428;
 }
 .AnyTagClassName
 {
   color: #12E428;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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