#0BDC18

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

Shades of Free Speech Green #0BDC18

Tints of Free Speech Green #0BDC18

Color information

#0BDC18 (or 0x0BDC18) is unknown color: approx Free Speech Green. HEX triplet: 0B, DC and 18. RGB value is (11,220,24). Sum of RGB (Red+Green+Blue) = 11+220+24=255 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.31% from 255); Green value is 220 (86.33% from 255 or 86.27% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDC18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BDC18 is #F423E7. Grayscale: #878787. Windows color (decimal): -15999976 or 1629195. OLE color: 1629195.

HSL color Cylindrical-coordinate representation of color #0BDC18: hue angle of 123.73º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDC18 is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB1122024-
CMYK0.9500.890.14
HSL123.73º90.48%45.29%-
HSV(B)123.73º95%86.27%-
XYZ25.951.329.41-
YUV135.1665.2639.44-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.31%
GREEN value IS 220 (86.33% from 255) = 86.27%
BLUE value IS 24 (9.77% from 255) = 9.41%
R=4.31%
G=86.27%
B=9.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal11220240.9500.890.14123.7390.4845.29
HexBDC185F059E7c5a2d
Octal133343013701311617413255
Binary10111101110011000101111101011001111011111001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BDC18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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