#0EEF21

Color #0EEF21 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #0EEF21

Tints of Free Speech Green #0EEF21

Color information

#0EEF21 (or 0x0EEF21) is unknown color: approx Free Speech Green. HEX triplet: 0E, EF and 21. RGB value is (14,239,33). Sum of RGB (Red+Green+Blue) = 14+239+33=286 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.90% from 286); Green value is 239 (93.75% from 255 or 83.57% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 239 - color contains mainly: green. Hex color #0EEF21 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EEF21 is #F110DE. Grayscale: #949494. Windows color (decimal): -15798495 or 2223886. OLE color: 2223886.

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

Color convert

RGB1423933-
CMYK0.9400.860.06
HSL125.07º88.93%49.61%-
HSV(B)125.07º94.14%93.73%-
XYZ31.3261.9411.74-
YUV148.2462.9632.25-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.90%
GREEN value IS 239 (93.75% from 255) = 83.57%
BLUE value IS 33 (13.28% from 255) = 11.54%
R=4.90%
G=83.57%
B=11.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal14239330.9400.860.06125.0788.9349.61
HexEEF215E05667d5932
Octal16357411360126617513162
Binary11101110111110000110111100101011011011111011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EEF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,239,33); }

 H1.HeaderClassName
 {
   color: #0EEF21;
 }
 .AnyTagClassName
 {
   color: #0EEF21;
 }
</style>
background-color css

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

 a { background-color: rgb(14,239,33); }

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

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

 span { border-color: rgb(14,239,33); }

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