Html Css Color HEX #0EF905 Free Speech Green

📋 copy color: '#0EF905'

red 14 ◦ green 249 ◦ blue 5

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

Shades of Free Speech Green #0EF905

Tints of Free Speech Green #0EF905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.87%

R = 5.22%
G = 92.91%
B = 1.87%

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

#0EF905 (or 0x0EF905) is known color: Free Speech Green. HEX triplet: 0E, F9 and 05. RGB value is (14,249,5). Sum of RGB (Red+Green+Blue) = 14+249+5=268 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.22% from 268); Green value is 249 (97.66% from 255 or 92.91% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 249 - color contains mainly: green. Hex color #0EF905 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EF905 is #F106FA. Grayscale: #979797. Windows color (decimal): -15795963 or 391438. OLE color: 391438.

HSL color Cylindrical-coordinate representation of color #0EF905: hue angle of 117.79º degrees, saturation: 0.96, 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 #0EF905 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 14 249 5 -
CMYK 0.94 0 0.98 0.02
HSL 117.79º 0.96% 0.5% -
HSV(B) 117.79º 0.98% 0.98% -
XYZ 34.08 67.86 11.44 -
YUV 150.92 45.64 30.34 -
System Red Green Blue C M Y K H S L
Decimal 14 249 5 0.94 0 0.98 0.02 117.79 0.96 0.5
Hex E F9 5 5E 0 62 2 76 60 32
Octal 16 371 5 136 0 142 2 166 140 62
Binary 1110 11111001 101 1011110 0 1100010 10 1110110 1100000 110010

Color Harmonies of #0EF905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF905

Black with #0EF905

Text Example


Text Example

White with #0EF905

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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