Html Css Color HEX #12EA24 Free Speech Green

📋 copy color: '#12EA24'

red 18 ◦ green 234 ◦ blue 36

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

Shades of Free Speech Green #12EA24

Tints of Free Speech Green #12EA24

RGB

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

 GREEN value IS 234 (91.8% from 255) = 81.25%

 BLUE value IS 36 (14.45% from 255) = 12.5%

R = 6.25%
G = 81.25%
B = 12.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#12EA24 (or 0x12EA24) is known color: Free Speech Green. HEX triplet: 12, EA and 24. RGB value is (18,234,36). Sum of RGB (Red+Green+Blue) = 18+234+36=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 234 (91.80% from 255 or 81.25% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 234 - color contains mainly: green. Hex color #12EA24 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12EA24 is #ED15DB. Grayscale: #939393. Windows color (decimal): -15537628 or 2419218. OLE color: 2419218.

HSL color Cylindrical-coordinate representation of color #12EA24: hue angle of 125º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EA24 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 234 36 -
CMYK 0.92 0 0.85 0.08
HSL 125º 0.86% 0.49% -
HSV(B) 125º 0.92% 0.92% -
XYZ 29.99 59.1 11.5 -
YUV 146.84 65.44 36.1 -
System Red Green Blue C M Y K H S L
Decimal 18 234 36 0.92 0 0.85 0.08 125 0.86 0.49
Hex 12 EA 24 5C 0 55 8 7D 56 31
Octal 22 352 44 134 0 125 10 175 126 61
Binary 10010 11101010 100100 1011100 0 1010101 1000 1111101 1010110 110001

Color Harmonies of #12EA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EA24

Black with #12EA24

Text Example


Text Example

White with #12EA24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,234,36); }

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

background-color css

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

 a { background-color: rgb(18,234,36); }

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

border-color css

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

 span { border-color: rgb(18,234,36); }

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