Html Css Color HEX #12F610 Free Speech Green

📋 copy color: '#12F610'

red 18 ◦ green 246 ◦ blue 16

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

Shades of Free Speech Green #12F610

Tints of Free Speech Green #12F610

RGB

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

 GREEN value IS 246 (96.48% from 255) = 87.86%

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

R = 6.43%
G = 87.86%
B = 5.71%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#12F610 (or 0x12F610) is known color: Free Speech Green. HEX triplet: 12, F6 and 10. RGB value is (18,246,16). Sum of RGB (Red+Green+Blue) = 18+246+16=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 246 (96.48% from 255 or 87.86% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 246 - color contains mainly: green. Hex color #12F610 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12F610 is #ED09EF. Grayscale: #989898. Windows color (decimal): -15534576 or 1111570. OLE color: 1111570.

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

Color convert

RGB 18 246 16 -
CMYK 0.93 0 0.93 0.04
HSL 119.48º 0.93% 0.51% -
HSV(B) 119.48º 0.93% 0.96% -
XYZ 33.3 66.08 11.49 -
YUV 151.61 51.46 32.7 -
System Red Green Blue C M Y K H S L
Decimal 18 246 16 0.93 0 0.93 0.04 119.48 0.93 0.51
Hex 12 F6 10 5D 0 5D 4 77 5D 33
Octal 22 366 20 135 0 135 4 167 135 63
Binary 10010 11110110 10000 1011101 0 1011101 100 1110111 1011101 110011

Color Harmonies of #12F610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F610

Black with #12F610

Text Example


Text Example

White with #12F610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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