Html Css Color HEX #12F710 Free Speech Green

📋 copy color: '#12F710'

red 18 ◦ green 247 ◦ blue 16

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

Shades of Free Speech Green #12F710

Tints of Free Speech Green #12F710

RGB

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

 GREEN value IS 247 (96.88% from 255) = 87.9%

 BLUE value IS 16 (6.64% from 255) = 5.69%

R = 6.41%
G = 87.9%
B = 5.69%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#12F710 (or 0x12F710) is known color: Free Speech Green. HEX triplet: 12, F7 and 10. RGB value is (18,247,16). Sum of RGB (Red+Green+Blue) = 18+247+16=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 247 (96.88% from 255 or 87.90% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 247 - color contains mainly: green. Hex color #12F710 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12F710 is #ED08EF. Grayscale: #989898. Windows color (decimal): -15534320 or 1111826. OLE color: 1111826.

HSL color Cylindrical-coordinate representation of color #12F710: hue angle of 119.48º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #12F710 is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 18 247 16 -
CMYK 0.93 0 0.94 0.03
HSL 119.48º 0.94% 0.52% -
HSV(B) 119.48º 0.94% 0.97% -
XYZ 33.6 66.69 11.59 -
YUV 152.2 51.13 32.28 -
System Red Green Blue C M Y K H S L
Decimal 18 247 16 0.93 0 0.94 0.03 119.48 0.94 0.52
Hex 12 F7 10 5D 0 5E 3 77 5E 34
Octal 22 367 20 135 0 136 3 167 136 64
Binary 10010 11110111 10000 1011101 0 1011110 11 1110111 1011110 110100

Color Harmonies of #12F710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F710

Black with #12F710

Text Example


Text Example

White with #12F710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,247,16); }

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

background-color css

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

 a { background-color: rgb(18,247,16); }

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

border-color css

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

 span { border-color: rgb(18,247,16); }

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