Html Css Color HEX #12E505 Free Speech Green

📋 copy color: '#12E505'

red 18 ◦ green 229 ◦ blue 5

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

Shades of Free Speech Green #12E505

Tints of Free Speech Green #12E505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.98%

R = 7.14%
G = 90.87%
B = 1.98%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#12E505 (or 0x12E505) is known color: Free Speech Green. HEX triplet: 12, E5 and 05. RGB value is (18,229,5). Sum of RGB (Red+Green+Blue) = 18+229+5=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 229 (89.84% from 255 or 90.87% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 229 - color contains mainly: green. Hex color #12E505 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12E505 is #ED1AFA. Grayscale: #8D8D8D. Windows color (decimal): -15538939 or 386322. OLE color: 386322.

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

Color convert

RGB 18 229 5 -
CMYK 0.92 0 0.98 0.10
HSL 116.52º 0.96% 0.46% -
HSV(B) 116.52º 0.98% 0.9% -
XYZ 28.3 56.18 9.5 -
YUV 140.38 51.6 40.71 -
System Red Green Blue C M Y K H S L
Decimal 18 229 5 0.92 0 0.98 0.10 116.52 0.96 0.46
Hex 12 E5 5 5C 0 62 A 75 60 2E
Octal 22 345 5 134 0 142 12 165 140 56
Binary 10010 11100101 101 1011100 0 1100010 1010 1110101 1100000 101110

Color Harmonies of #12E505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E505

Black with #12E505

Text Example


Text Example

White with #12E505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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