Html Css Color HEX #12E229 Free Speech Green

📋 copy color: '#12E229'

red 18 ◦ green 226 ◦ blue 41

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

Shades of Free Speech Green #12E229

Tints of Free Speech Green #12E229

RGB

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

 GREEN value IS 226 (88.67% from 255) = 79.3%

 BLUE value IS 41 (16.41% from 255) = 14.39%

R = 6.32%
G = 79.3%
B = 14.39%

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

#12E229 (or 0x12E229) is known color: Free Speech Green. HEX triplet: 12, E2 and 29. RGB value is (18,226,41). Sum of RGB (Red+Green+Blue) = 18+226+41=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 226 (88.67% from 255 or 79.30% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 226 - color contains mainly: green. Hex color #12E229 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12E229 is #ED1DD6. Grayscale: #8F8F8F. Windows color (decimal): -15539671 or 2744850. OLE color: 2744850.

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

Color convert

RGB 18 226 41 -
CMYK 0.92 0 0.82 0.11
HSL 126.63º 0.85% 0.48% -
HSV(B) 126.63º 0.92% 0.89% -
XYZ 27.85 54.68 11.18 -
YUV 142.72 70.59 39.04 -
System Red Green Blue C M Y K H S L
Decimal 18 226 41 0.92 0 0.82 0.11 126.63 0.85 0.48
Hex 12 E2 29 5C 0 52 B 7F 55 30
Octal 22 342 51 134 0 122 13 177 125 60
Binary 10010 11100010 101001 1011100 0 1010010 1011 1111111 1010101 110000

Color Harmonies of #12E229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E229

Black with #12E229

Text Example


Text Example

White with #12E229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,226,41); }

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

background-color css

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

 a { background-color: rgb(18,226,41); }

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

border-color css

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

 span { border-color: rgb(18,226,41); }

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