Html Css Color HEX #12FE09 Free Speech Green

📋 copy color: '#12FE09'

red 18 ◦ green 254 ◦ blue 9

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

Shades of Free Speech Green #12FE09

Tints of Free Speech Green #12FE09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.2%

R = 6.41%
G = 90.39%
B = 3.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#12FE09 (or 0x12FE09) is known color: Free Speech Green. HEX triplet: 12, FE and 09. RGB value is (18,254,9). Sum of RGB (Red+Green+Blue) = 18+254+9=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 254 (99.61% from 255 or 90.39% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 254 - color contains mainly: green. Hex color #12FE09 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12FE09 is #ED01F6. Grayscale: #9C9C9C. Windows color (decimal): -15532535 or 654866. OLE color: 654866.

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

Color convert

RGB 18 254 9 -
CMYK 0.93 0 0.96 0.00
HSL 117.8º 0.99% 0.52% -
HSV(B) 117.8º 0.96% 1% -
XYZ 35.74 71.03 12.09 -
YUV 155.51 45.31 29.92 -
System Red Green Blue C M Y K H S L
Decimal 18 254 9 0.93 0 0.96 0.00 117.8 0.99 0.52
Hex 12 FE 9 5D 0 60 0 76 63 34
Octal 22 376 11 135 0 140 0 166 143 64
Binary 10010 11111110 1001 1011101 0 1100000 0 1110110 1100011 110100

Color Harmonies of #12FE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FE09

Black with #12FE09

Text Example


Text Example

White with #12FE09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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