#0BCE18

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

Shades of Free Speech Green #0BCE18

Tints of Free Speech Green #0BCE18

Color information

#0BCE18 (or 0x0BCE18) is unknown color: approx Free Speech Green. HEX triplet: 0B, CE and 18. RGB value is (11,206,24). Sum of RGB (Red+Green+Blue) = 11+206+24=241 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.56% from 241); Green value is 206 (80.86% from 255 or 85.48% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 206 - color contains mainly: green. Hex color #0BCE18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BCE18 is #F431E7. Grayscale: #7F7F7F. Windows color (decimal): -16003560 or 1625611. OLE color: 1625611.

HSL color Cylindrical-coordinate representation of color #0BCE18: hue angle of 124º 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 #0BCE18 is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB1120624-
CMYK0.9500.880.19
HSL124º89.86%42.55%-
HSV(B)124º94.66%80.78%-
XYZ22.3744.288.23-
YUV126.9569.945.3-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.56%
GREEN value IS 206 (80.86% from 255) = 85.48%
BLUE value IS 24 (9.77% from 255) = 9.96%
R=4.56%
G=85.48%
B=9.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal11206240.9500.880.1912489.8642.55
HexBCE185F058137c5a2b
Octal133163013701302317413253
Binary101111001110110001011111010110001001111111001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BCE18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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