Html Css Color HEX #0ECE07 Free Speech Green

📋 copy color: '#0ECE07'

red 14 ◦ green 206 ◦ blue 7

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

Shades of Free Speech Green #0ECE07

Tints of Free Speech Green #0ECE07

RGB

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

 GREEN value IS 206 (80.86% from 255) = 90.75%

 BLUE value IS 7 (3.13% from 255) = 3.08%

R = 6.17%
G = 90.75%
B = 3.08%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#0ECE07 (or 0x0ECE07) is known color: Free Speech Green. HEX triplet: 0E, CE and 07. RGB value is (14,206,7). Sum of RGB (Red+Green+Blue) = 14+206+7=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 206 (80.86% from 255 or 90.75% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 206 - color contains mainly: green. Hex color #0ECE07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ECE07 is #F131F8. Grayscale: #7E7E7E. Windows color (decimal): -15806969 or 511502. OLE color: 511502.

HSL color Cylindrical-coordinate representation of color #0ECE07: hue angle of 117.89º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0ECE07 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 14 206 7 -
CMYK 0.93 0 0.97 0.19
HSL 117.89º 0.93% 0.42% -
HSV(B) 117.89º 0.97% 0.81% -
XYZ 22.29 44.25 7.57 -
YUV 125.91 60.89 48.18 -
System Red Green Blue C M Y K H S L
Decimal 14 206 7 0.93 0 0.97 0.19 117.89 0.93 0.42
Hex E CE 7 5D 0 61 13 76 5D 2A
Octal 16 316 7 135 0 141 23 166 135 52
Binary 1110 11001110 111 1011101 0 1100001 10011 1110110 1011101 101010

Color Harmonies of #0ECE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECE07

Black with #0ECE07

Text Example


Text Example

White with #0ECE07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,206,7); }

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

background-color css

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

 a { background-color: rgb(14,206,7); }

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

border-color css

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

 span { border-color: rgb(14,206,7); }

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