Html Css Color HEX #12FA18 Free Speech Green

📋 copy color: '#12FA18'

red 18 ◦ green 250 ◦ blue 24

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

Shades of Free Speech Green #12FA18

Tints of Free Speech Green #12FA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.22%

R = 6.16%
G = 85.62%
B = 8.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#12FA18 (or 0x12FA18) is known color: Free Speech Green. HEX triplet: 12, FA and 18. RGB value is (18,250,24). Sum of RGB (Red+Green+Blue) = 18+250+24=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 250 (98.05% from 255 or 85.62% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 250 - color contains mainly: green. Hex color #12FA18 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12FA18 is #ED05E7. Grayscale: #9B9B9B. Windows color (decimal): -15533544 or 1636882. OLE color: 1636882.

HSL color Cylindrical-coordinate representation of color #12FA18: hue angle of 121.55º 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 #12FA18 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 250 24 -
CMYK 0.93 0 0.90 0.02
HSL 121.55º 0.96% 0.53% -
HSV(B) 121.55º 0.93% 0.98% -
XYZ 34.6 68.57 12.28 -
YUV 154.87 54.14 30.38 -
System Red Green Blue C M Y K H S L
Decimal 18 250 24 0.93 0 0.90 0.02 121.55 0.96 0.53
Hex 12 FA 18 5D 0 5A 2 7A 60 35
Octal 22 372 30 135 0 132 2 172 140 65
Binary 10010 11111010 11000 1011101 0 1011010 10 1111010 1100000 110101

Color Harmonies of #12FA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FA18

Black with #12FA18

Text Example


Text Example

White with #12FA18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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