Html Css Color HEX #12FE07 Free Speech Green

📋 copy color: '#12FE07'

red 18 ◦ green 254 ◦ blue 7

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

Shades of Free Speech Green #12FE07

Tints of Free Speech Green #12FE07

RGB

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

 GREEN value IS 254 (99.61% from 255) = 91.04%

 BLUE value IS 7 (3.13% from 255) = 2.51%

R = 6.45%
G = 91.04%
B = 2.51%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#12FE07 (or 0x12FE07) is known color: Free Speech Green. HEX triplet: 12, FE and 07. RGB value is (18,254,7). Sum of RGB (Red+Green+Blue) = 18+254+7=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 254 (99.61% from 255 or 91.04% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 254 - color contains mainly: green. Hex color #12FE07 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12FE07 is #ED01F8. Grayscale: #9C9C9C. Windows color (decimal): -15532537 or 523794. OLE color: 523794.

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

Color convert

RGB 18 254 7 -
CMYK 0.93 0 0.97 0.00
HSL 117.33º 0.99% 0.51% -
HSV(B) 117.33º 0.97% 1% -
XYZ 35.73 71.03 12.03 -
YUV 155.28 44.31 30.08 -
System Red Green Blue C M Y K H S L
Decimal 18 254 7 0.93 0 0.97 0.00 117.33 0.99 0.51
Hex 12 FE 7 5D 0 61 0 75 63 33
Octal 22 376 7 135 0 141 0 165 143 63
Binary 10010 11111110 111 1011101 0 1100001 0 1110101 1100011 110011

Color Harmonies of #12FE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FE07

Black with #12FE07

Text Example


Text Example

White with #12FE07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,254,7); }

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

background-color css

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

 a { background-color: rgb(18,254,7); }

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

border-color css

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

 span { border-color: rgb(18,254,7); }

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