Html Css Color HEX #0EF005 Free Speech Green

📋 copy color: '#0EF005'

red 14 ◦ green 240 ◦ blue 5

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

Shades of Free Speech Green #0EF005

Tints of Free Speech Green #0EF005

RGB

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

 GREEN value IS 240 (94.14% from 255) = 92.66%

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

R = 5.41%
G = 92.66%
B = 1.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#0EF005 (or 0x0EF005) is known color: Free Speech Green. HEX triplet: 0E, F0 and 05. RGB value is (14,240,5). Sum of RGB (Red+Green+Blue) = 14+240+5=259 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.41% from 259); Green value is 240 (94.14% from 255 or 92.66% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 240 - color contains mainly: green. Hex color #0EF005 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EF005 is #F10FFA. Grayscale: #929292. Windows color (decimal): -15798267 or 389134. OLE color: 389134.

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

Color convert

RGB 14 240 5 -
CMYK 0.94 0 0.98 0.06
HSL 117.7º 0.96% 0.48% -
HSV(B) 117.7º 0.98% 0.94% -
XYZ 31.37 62.42 10.54 -
YUV 145.64 48.63 34.11 -
System Red Green Blue C M Y K H S L
Decimal 14 240 5 0.94 0 0.98 0.06 117.7 0.96 0.48
Hex E F0 5 5E 0 62 6 76 60 30
Octal 16 360 5 136 0 142 6 166 140 60
Binary 1110 11110000 101 1011110 0 1100010 110 1110110 1100000 110000

Color Harmonies of #0EF005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF005

Black with #0EF005

Text Example


Text Example

White with #0EF005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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