Html Css Color HEX #12FA2A Free Speech Green

📋 copy color: '#12FA2A'

red 18 ◦ green 250 ◦ blue 42

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

Shades of Free Speech Green #12FA2A

Tints of Free Speech Green #12FA2A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 80.65%

 BLUE value IS 42 (16.8% from 255) = 13.55%

R = 5.81%
G = 80.65%
B = 13.55%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#12FA2A (or 0x12FA2A) is known color: Free Speech Green. HEX triplet: 12, FA and 2A. RGB value is (18,250,42). Sum of RGB (Red+Green+Blue) = 18+250+42=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 250 (98.05% from 255 or 80.65% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 250 - color contains mainly: green. Hex color #12FA2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FA2A is #ED05D5. Grayscale: #9D9D9D. Windows color (decimal): -15533526 or 2816530. OLE color: 2816530.

HSL color Cylindrical-coordinate representation of color #12FA2A: hue angle of 126.21º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FA2A is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 250 42 -
CMYK 0.93 0 0.83 0.02
HSL 126.21º 0.96% 0.53% -
HSV(B) 126.21º 0.93% 0.98% -
XYZ 34.85 68.67 13.61 -
YUV 156.92 63.14 28.91 -
System Red Green Blue C M Y K H S L
Decimal 18 250 42 0.93 0 0.83 0.02 126.21 0.96 0.53
Hex 12 FA 2A 5D 0 53 2 7E 60 35
Octal 22 372 52 135 0 123 2 176 140 65
Binary 10010 11111010 101010 1011101 0 1010011 10 1111110 1100000 110101

Color Harmonies of #12FA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FA2A

Black with #12FA2A

Text Example


Text Example

White with #12FA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,250,42); }

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

background-color css

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

 a { background-color: rgb(18,250,42); }

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

border-color css

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

 span { border-color: rgb(18,250,42); }

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