Html Css Color HEX #0EFA05 Free Speech Green

📋 copy color: '#0EFA05'

red 14 ◦ green 250 ◦ blue 5

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

Shades of Free Speech Green #0EFA05

Tints of Free Speech Green #0EFA05

RGB

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

 GREEN value IS 250 (98.05% from 255) = 92.94%

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

R = 5.2%
G = 92.94%
B = 1.86%

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

#0EFA05 (or 0x0EFA05) is known color: Free Speech Green. HEX triplet: 0E, FA and 05. RGB value is (14,250,5). Sum of RGB (Red+Green+Blue) = 14+250+5=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 250 (98.05% from 255 or 92.94% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 250 - color contains mainly: green. Hex color #0EFA05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EFA05 is #F105FA. Grayscale: #989898. Windows color (decimal): -15795707 or 391694. OLE color: 391694.

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

Color convert

RGB 14 250 5 -
CMYK 0.94 0 0.98 0.02
HSL 117.8º 0.96% 0.5% -
HSV(B) 117.8º 0.98% 0.98% -
XYZ 34.39 68.48 11.55 -
YUV 151.51 45.31 29.92 -
System Red Green Blue C M Y K H S L
Decimal 14 250 5 0.94 0 0.98 0.02 117.8 0.96 0.5
Hex E FA 5 5E 0 62 2 76 60 32
Octal 16 372 5 136 0 142 2 166 140 62
Binary 1110 11111010 101 1011110 0 1100010 10 1110110 1100000 110010

Color Harmonies of #0EFA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFA05

Black with #0EFA05

Text Example


Text Example

White with #0EFA05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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