#0EFC0B

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

Shades of Free Speech Green #0EFC0B

Tints of Free Speech Green #0EFC0B

Color information

#0EFC0B (or 0x0EFC0B) is unknown color: approx Free Speech Green. HEX triplet: 0E, FC and 0B. RGB value is (14,252,11). Sum of RGB (Red+Green+Blue) = 14+252+11=277 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.05% from 277); Green value is 252 (98.83% from 255 or 90.97% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 252 - color contains mainly: green. Hex color #0EFC0B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EFC0B is #F103F4. Grayscale: #9A9A9A. Windows color (decimal): -15795189 or 785422. OLE color: 785422.

HSL color Cylindrical-coordinate representation of color #0EFC0B: hue angle of 119.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0EFC0B is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB1425211-
CMYK0.9400.960.01
HSL119.25º97.57%51.57%-
HSV(B)119.25º95.63%98.82%-
XYZ35.0569.7411.93-
YUV153.3647.6528.6-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.05%
GREEN value IS 252 (98.83% from 255) = 90.97%
BLUE value IS 11 (4.69% from 255) = 3.97%
R=5.05%
G=90.97%
B=3.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal14252110.9400.960.01119.2597.5751.57
HexEFCB5E0601776234
Octal16374131360140116714264
Binary1110111111001011101111001100000111101111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EFC0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,252,11); }

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

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

 a { background-color: rgb(14,252,11); }

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

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

 span { border-color: rgb(14,252,11); }

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