Html Css Color HEX #0EEB06 Free Speech Green

📋 copy color: '#0EEB06'

red 14 ◦ green 235 ◦ blue 6

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

Shades of Free Speech Green #0EEB06

Tints of Free Speech Green #0EEB06

RGB

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

 GREEN value IS 235 (92.19% from 255) = 92.16%

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

R = 5.49%
G = 92.16%
B = 2.35%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#0EEB06 (or 0x0EEB06) is known color: Free Speech Green. HEX triplet: 0E, EB and 06. RGB value is (14,235,6). Sum of RGB (Red+Green+Blue) = 14+235+6=255 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.49% from 255); Green value is 235 (92.19% from 255 or 92.16% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 235 - color contains mainly: green. Hex color #0EEB06 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EEB06 is #F114F9. Grayscale: #8F8F8F. Windows color (decimal): -15799546 or 453390. OLE color: 453390.

HSL color Cylindrical-coordinate representation of color #0EEB06: hue angle of 117.9º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0EEB06 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 14 235 6 -
CMYK 0.94 0 0.97 0.08
HSL 117.9º 0.95% 0.47% -
HSV(B) 117.9º 0.97% 0.92% -
XYZ 29.92 59.52 10.08 -
YUV 142.82 50.78 36.12 -
System Red Green Blue C M Y K H S L
Decimal 14 235 6 0.94 0 0.97 0.08 117.9 0.95 0.47
Hex E EB 6 5E 0 61 8 76 5F 2F
Octal 16 353 6 136 0 141 10 166 137 57
Binary 1110 11101011 110 1011110 0 1100001 1000 1110110 1011111 101111

Color Harmonies of #0EEB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEB06

Black with #0EEB06

Text Example


Text Example

White with #0EEB06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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