#0BCE14

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

Shades of Free Speech Green #0BCE14

Tints of Free Speech Green #0BCE14

Color information

#0BCE14 (or 0x0BCE14) is unknown color: approx Free Speech Green. HEX triplet: 0B, CE and 14. RGB value is (11,206,20). Sum of RGB (Red+Green+Blue) = 11+206+20=237 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.64% from 237); Green value is 206 (80.86% from 255 or 86.92% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 206 - color contains mainly: green. Hex color #0BCE14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BCE14 is #F431EB. Grayscale: #7F7F7F. Windows color (decimal): -16003564 or 1363467. OLE color: 1363467.

HSL color Cylindrical-coordinate representation of color #0BCE14: hue angle of 122.77º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCE14 is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB1120620-
CMYK0.9500.900.19
HSL122.77º89.86%42.55%-
HSV(B)122.77º94.66%80.78%-
XYZ22.3444.268.03-
YUV126.4967.945.62-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.64%
GREEN value IS 206 (80.86% from 255) = 86.92%
BLUE value IS 20 (8.20% from 255) = 8.44%
R=4.64%
G=86.92%
B=8.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal11206200.9500.900.19122.7789.8642.55
HexBCE145F05A137b5a2b
Octal133162413701322317313253
Binary101111001110101001011111010110101001111110111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BCE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,206,20); }

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

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

 a { background-color: rgb(11,206,20); }

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

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

 span { border-color: rgb(11,206,20); }

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