Html Css Color HEX #12EF09 Free Speech Green

📋 copy color: '#12EF09'

red 18 ◦ green 239 ◦ blue 9

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

Shades of Free Speech Green #12EF09

Tints of Free Speech Green #12EF09

RGB

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

 GREEN value IS 239 (93.75% from 255) = 89.85%

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

R = 6.77%
G = 89.85%
B = 3.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#12EF09 (or 0x12EF09) is known color: Free Speech Green. HEX triplet: 12, EF and 09. RGB value is (18,239,9). Sum of RGB (Red+Green+Blue) = 18+239+9=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 239 (93.75% from 255 or 89.85% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 239 - color contains mainly: green. Hex color #12EF09 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12EF09 is #ED10F6. Grayscale: #939393. Windows color (decimal): -15536375 or 651026. OLE color: 651026.

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

Color convert

RGB 18 239 9 -
CMYK 0.92 0 0.96 0.06
HSL 117.65º 0.93% 0.49% -
HSV(B) 117.65º 0.96% 0.94% -
XYZ 31.17 61.88 10.56 -
YUV 146.7 50.28 36.2 -
System Red Green Blue C M Y K H S L
Decimal 18 239 9 0.92 0 0.96 0.06 117.65 0.93 0.49
Hex 12 EF 9 5C 0 60 6 76 5D 31
Octal 22 357 11 134 0 140 6 166 135 61
Binary 10010 11101111 1001 1011100 0 1100000 110 1110110 1011101 110001

Color Harmonies of #12EF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EF09

Black with #12EF09

Text Example


Text Example

White with #12EF09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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