Html Css Color HEX #12E515 Free Speech Green

📋 copy color: '#12E515'

red 18 ◦ green 229 ◦ blue 21

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

Shades of Free Speech Green #12E515

Tints of Free Speech Green #12E515

RGB

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

 GREEN value IS 229 (89.84% from 255) = 85.45%

 BLUE value IS 21 (8.59% from 255) = 7.84%

R = 6.72%
G = 85.45%
B = 7.84%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#12E515 (or 0x12E515) is known color: Free Speech Green. HEX triplet: 12, E5 and 15. RGB value is (18,229,21). Sum of RGB (Red+Green+Blue) = 18+229+21=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 229 (89.84% from 255 or 85.45% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 229 - color contains mainly: green. Hex color #12E515 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12E515 is #ED1AEA. Grayscale: #8E8E8E. Windows color (decimal): -15538923 or 1434898. OLE color: 1434898.

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

Color convert

RGB 18 229 21 -
CMYK 0.92 0 0.91 0.10
HSL 120.85º 0.85% 0.48% -
HSV(B) 120.85º 0.92% 0.9% -
XYZ 28.4 56.22 10.06 -
YUV 142.2 59.6 39.41 -
System Red Green Blue C M Y K H S L
Decimal 18 229 21 0.92 0 0.91 0.10 120.85 0.85 0.48
Hex 12 E5 15 5C 0 5B A 79 55 30
Octal 22 345 25 134 0 133 12 171 125 60
Binary 10010 11100101 10101 1011100 0 1011011 1010 1111001 1010101 110000

Color Harmonies of #12E515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E515

Black with #12E515

Text Example


Text Example

White with #12E515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,229,21); }

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

background-color css

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

 a { background-color: rgb(18,229,21); }

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

border-color css

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

 span { border-color: rgb(18,229,21); }

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