Html Css Color HEX #0EF906 Free Speech Green

📋 copy color: '#0EF906'

red 14 ◦ green 249 ◦ blue 6

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

Shades of Free Speech Green #0EF906

Tints of Free Speech Green #0EF906

RGB

 RED value IS 14 (5.86% from 255) = 5.2%

 GREEN value IS 249 (97.66% from 255) = 92.57%

 BLUE value IS 6 (2.73% from 255) = 2.23%

R = 5.2%
G = 92.57%
B = 2.23%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#0EF906 (or 0x0EF906) is known color: Free Speech Green. HEX triplet: 0E, F9 and 06. RGB value is (14,249,6). Sum of RGB (Red+Green+Blue) = 14+249+6=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 249 (97.66% from 255 or 92.57% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 249 - color contains mainly: green. Hex color #0EF906 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EF906 is #F106F9. Grayscale: #979797. Windows color (decimal): -15795962 or 456974. OLE color: 456974.

HSL color Cylindrical-coordinate representation of color #0EF906: hue angle of 118.02º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0EF906 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 14 249 6 -
CMYK 0.94 0 0.98 0.02
HSL 118.02º 0.95% 0.5% -
HSV(B) 118.02º 0.98% 0.98% -
XYZ 34.09 67.86 11.47 -
YUV 151.03 46.14 30.26 -
System Red Green Blue C M Y K H S L
Decimal 14 249 6 0.94 0 0.98 0.02 118.02 0.95 0.5
Hex E F9 6 5E 0 62 2 76 5F 32
Octal 16 371 6 136 0 142 2 166 137 62
Binary 1110 11111001 110 1011110 0 1100010 10 1110110 1011111 110010

Color Harmonies of #0EF906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF906

Black with #0EF906

Text Example


Text Example

White with #0EF906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0EF906; }

 p { color: rgb(14,249,6); }

 H1.HeaderClassName
 {
   color: #0EF906;
 }
 .AnyTagClassName
 {
   color: #0EF906;
 }
</style>

background-color css

<style>
 a { background-color: #0EF906; }

 a { background-color: rgb(14,249,6); }

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

border-color css

<style>
 span { border-color: #0EF906; }

 span { border-color: rgb(14,249,6); }

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