Html Css Color HEX #0EE712 Free Speech Green

📋 copy color: '#0EE712'

red 14 ◦ green 231 ◦ blue 18

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

Shades of Free Speech Green #0EE712

Tints of Free Speech Green #0EE712

RGB

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

 GREEN value IS 231 (90.63% from 255) = 87.83%

 BLUE value IS 18 (7.42% from 255) = 6.84%

R = 5.32%
G = 87.83%
B = 6.84%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#0EE712 (or 0x0EE712) is known color: Free Speech Green. HEX triplet: 0E, E7 and 12. RGB value is (14,231,18). Sum of RGB (Red+Green+Blue) = 14+231+18=263 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.32% from 263); Green value is 231 (90.62% from 255 or 87.83% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 231 - color contains mainly: green. Hex color #0EE712 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EE712 is #F118ED. Grayscale: #8E8E8E. Windows color (decimal): -15800558 or 1238798. OLE color: 1238798.

HSL color Cylindrical-coordinate representation of color #0EE712: hue angle of 121.11º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE712 is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 14 231 18 -
CMYK 0.94 0 0.92 0.09
HSL 121.11º 0.89% 0.48% -
HSV(B) 121.11º 0.94% 0.91% -
XYZ 28.87 57.29 10.11 -
YUV 141.84 58.11 36.82 -
System Red Green Blue C M Y K H S L
Decimal 14 231 18 0.94 0 0.92 0.09 121.11 0.89 0.48
Hex E E7 12 5E 0 5C 9 79 59 30
Octal 16 347 22 136 0 134 11 171 131 60
Binary 1110 11100111 10010 1011110 0 1011100 1001 1111001 1011001 110000

Color Harmonies of #0EE712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE712

Black with #0EE712

Text Example


Text Example

White with #0EE712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,231,18); }

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

background-color css

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

 a { background-color: rgb(14,231,18); }

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

border-color css

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

 span { border-color: rgb(14,231,18); }

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