Html Css Color HEX #12F510 Free Speech Green

📋 copy color: '#12F510'

red 18 ◦ green 245 ◦ blue 16

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

Shades of Free Speech Green #12F510

Tints of Free Speech Green #12F510

RGB

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

 GREEN value IS 245 (96.09% from 255) = 87.81%

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

R = 6.45%
G = 87.81%
B = 5.73%

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

#12F510 (or 0x12F510) is known color: Free Speech Green. HEX triplet: 12, F5 and 10. RGB value is (18,245,16). Sum of RGB (Red+Green+Blue) = 18+245+16=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 245 (96.09% from 255 or 87.81% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 245 - color contains mainly: green. Hex color #12F510 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12F510 is #ED0AEF. Grayscale: #979797. Windows color (decimal): -15534832 or 1111314. OLE color: 1111314.

HSL color Cylindrical-coordinate representation of color #12F510: hue angle of 119.48º degrees, saturation: 0.92, 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 #12F510 is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 18 245 16 -
CMYK 0.93 0 0.93 0.04
HSL 119.48º 0.92% 0.51% -
HSV(B) 119.48º 0.93% 0.96% -
XYZ 33 65.47 11.39 -
YUV 151.02 51.79 33.12 -
System Red Green Blue C M Y K H S L
Decimal 18 245 16 0.93 0 0.93 0.04 119.48 0.92 0.51
Hex 12 F5 10 5D 0 5D 4 77 5C 33
Octal 22 365 20 135 0 135 4 167 134 63
Binary 10010 11110101 10000 1011101 0 1011101 100 1110111 1011100 110011

Color Harmonies of #12F510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F510

Black with #12F510

Text Example


Text Example

White with #12F510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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